icon Sass CSS
Created by Orckestra

How to create and use .scss files

  1. On your website, create a file with the .scss extension, e.g. ~/Frontend/Styles/mystyles.scss
  2. Add styles as you do in CSS files with the additional SASS syntax, for example:
      Expand code
    Please see examples at http://sass-lang.com/.
  3. In the Layout perspective, edit a page layout template and link it to this .sass/.scss file as you do for .css files:
    Expand code