Skip to content
Snippets Groups Projects
Commit 914e07f7 authored by purencool's avatar purencool
Browse files

#3423606 text changes to README file.

parent f76c7588
No related branches found
No related tags found
1 merge request!2#3423606 text changes to README file.
### INTRODUCTION ### INTRODUCTION
Browser development allows a developer to create SCSS files and store the data Browser development allows a developer to create SCSS files and store the data
in configuration for version control purposes. As the configuration is portable in configuration for version control purposes. As the configuration is portable
and created in a component style it can be used on multiple projects. and created in a component style it can be used on multiple projects.
If used in conjunction with If used in conjunction with
[layout_builder_styles](https://www.drupal.org/project/layout_builder_styles) [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 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 manager giving them the ability to create pages that are highly flexible and
needing less assistance from a developer. needing less assistance from a developer.
The module can be used with any theme and the compiled scss creates a css file 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 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 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 module on production, and add the css file to a custom theme increasing site
performance. performance.
#### REQUIREMENTS #### REQUIREMENTS
Drupal 8 or 9 are needed as well as 'scssphp/scssphp' library which is installed Drupal 10 or 11 are needed as well as 'scssphp/scssphp' library which is installed
in the vendor directory when using composer. in the vendor directory when using composer.
#### INSTALLATION #### INSTALLATION
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment