Changes between Version 17 and Version 18 of DeveloperGuidelines/Themes/SCSS
- Timestamp:
- 07/05/18 12:10:02 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Themes/SCSS
v17 v18 66 66 === Production === 67 67 68 To 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 {{{ 75 cd static/themes/THEME/scss 76 compass compile -e production 77 }}} 78 79 Note that this only needs to be done after changing {{{THEME/scss/_settings.scss}}}, not routinely. 68 80 == Using the Theme in a Template == 69 81