I have read this document regarding setting the options but cannot seem to do it. I've been inside the environment.rb class but not sure what I am doing with the Symbol => Object as I am unfamiliar with Ruby. Can anyone help?
Instead, try compiling it quickly and edit the CSS files after you compiled it. You can use free compilers online, for example https://www.cssportal.com/scss-to-css/. If you would like to start a project with SCSS where you compile it, you can indeed use the GULP setup provided by Bootstrap.
Sass has four different CSS output style.
Syntactically Awesome StyleSheets also known as SASS is a powerful tool for the frontend developers providing an edge when working on CSS. With its many benefits among the one to write CSS with utmost ease when maintaining large projects, it also assists in writing dry CSS.
The structure of SCSS rules First, choose one or more elements using IDs, classes, or other CSS selectors. Then, add styles. In this example, we select the elements with button class and add some properties. This is valid as CSS code as well as SCSS code.
Try this: sass --watch style.scss:style.css --style
OPTION
where OPTION
is one of these: compressed
, compact
, nested
, or expanded
.
Example for compressed:sass --watch style.scss:style.css --style
compressed
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With