Changes between Version 17 and Version 18 of DeveloperGuidelines/Themes/SCSS


Ignore:
Timestamp:
07/05/18 12:10:02 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Themes/SCSS

    v17 v18  
    6666=== Production ===
    6767
     68To build the minified versions of the foundation stylesheets:
     69  - foundation/foundation.min.css
     70  - foundation/foundation.rtl.min.css
     71
     72...we need to tell {{{compass}}} to build for the production environment:
     73
     74{{{
     75cd static/themes/THEME/scss
     76compass compile -e production
     77}}}
     78
     79Note that this only needs to be done after changing {{{THEME/scss/_settings.scss}}}, not routinely.
    6880== Using the Theme in a Template ==
    6981