Please allow us to use the CSS editor as a free text editor. Opening the files in een external app like Notepad++ is cumbersome …
When you write Sassy CSS (.scss
), the CSS editor behaves like a text editor. Its built-in compiler automatically compiles your Sassy CSS into standard CSS whenever you preview, export, or publish your site.
In Bootstrap Studio, using SCSS files has several important advantages:
- The use of SCSS variables makes it easier to write code.
- The nesting of selectors makes the code simpler and much easier to write and reread.
- Copying and pasting several lines is much easier.
- Other advanced functions can also be used.
BSS automatically compiles SCSS files, so no configuration is required.