From 0a5b0b403e367d995dffe2a74ea99ca2e66c0c3a Mon Sep 17 00:00:00 2001 From: Vaibhav Srivastava Date: Wed, 26 Aug 2026 18:52:39 +0530 Subject: [PATCH] docs: fix typo --- css/backoffice/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/backoffice/README.md b/css/backoffice/README.md index ec7e210519..0fd73402eb 100644 --- a/css/backoffice/README.md +++ b/css/backoffice/README.md @@ -42,7 +42,7 @@ css/backoffice/ |– vendors/ # Third-party libs, should be either: | # - Overload of the lib SCSS variables (BEST way, but possible only if the lib exposes them. e.g. Bulma) | # - Overload of the lib necessary CSS classes only (not great as it duplicates some rules in the browser, which add weight and computation. e.g. dataTables) -| # - Duplicate the lib CSS completly to insert SCSS variables (not great as it will be outdated when updating the lib itself. e.g. jQuery UI) +| # - Duplicate the lib CSS completely to insert SCSS variables (not great as it will be outdated when updating the lib itself. e.g. jQuery UI) | |– _bulma-variables-overload.scss # Bulma CSS framework | |– _jquery-ui.scss # jQuery UI | ... # Etc…