sass file
Sass is a popular preprocessor scripting language that gets compiled into css.
There are 2 file extensions:
1) .scss (newer syntax, commonly used)
2) .sass (older syntax with strict indentation)
Learn More at https://sass-lang.com/
sass file
Sass is a popular preprocessor scripting language that gets compiled into css.
There are 2 file extensions:
1) .scss (newer syntax, commonly used)
2) .sass (older syntax with strict indentation)
Learn More at https://sass-lang.com/
scss file structure
> scss
> base
> theme
|- _richBlue.scss
|- ...
|- __base-dir.scss #Import all base .scss files
|- _bootstrap.scss
|- _variables.scss
> components
|- __components-dir.scss #Import all components .scss files
|- _header.scss
|- _ie.scss
|- _liquid-design.scss
|- ...
> global
|- __global-dir.scss #Import all global .scss files
|- _busyloader.scss
|- _scrollbar.scss
|- _utilities.scss
|- ...
> icomoon #Additional third party folders
> fonts
|- demo.html
|- style.css
styles.scss #Import all dir files and third party folders
scss
sass --watch input.scss output.css
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us