From 914e07f7265d3dbaaa23d73fcb8472187d486f32 Mon Sep 17 00:00:00 2001 From: purencool <purencool@gmail.com> Date: Sat, 24 Feb 2024 17:05:18 +1100 Subject: [PATCH] #3423606 text changes to README file. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8e46562..859dce8 100755 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ ### INTRODUCTION -Browser development allows a developer to create SCSS files and store the data -in configuration for version control purposes. As the configuration is portable +Browser development allows a developer to create SCSS files and store the data +in configuration for version control purposes. As the configuration is portable and created in a component style it can be used on multiple projects. -If used in conjunction with -[layout_builder_styles](https://www.drupal.org/project/layout_builder_styles) +If used in conjunction with +[layout_builder_styles](https://www.drupal.org/project/layout_builder_styles) it allows an editor to add any class to a block or section using the layout manager giving them the ability to create pages that are highly flexible and needing less assistance from a developer. -The module can be used with any theme and the compiled scss creates a css file -that gets injected into the html page. However, the css file is static and is -not removed from your file system. This allows the developer to uninstall the +The module can be used with any theme and the compiled scss creates a css file +that gets injected into the html page. However, the css file is static and is +not removed from your file system. This allows the developer to uninstall the module on production, and add the css file to a custom theme increasing site performance. #### REQUIREMENTS -Drupal 8 or 9 are needed as well as 'scssphp/scssphp' library which is installed -in the vendor directory when using composer. +Drupal 10 or 11 are needed as well as 'scssphp/scssphp' library which is installed +in the vendor directory when using composer. #### INSTALLATION -- GitLab