Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
browser_development
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
browser_development
Commits
914e07f7
Commit
914e07f7
authored
1 year ago
by
purencool
Browse files
Options
Downloads
Patches
Plain Diff
#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.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-9
9 additions, 9 deletions
README.md
with
9 additions
and
9 deletions
README.md
+
9
−
9
View file @
914e07f7
### 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment