Changes between Version 13 and Version 14 of DeveloperGuidelines/Themes/SCSS
- Timestamp:
- 07/05/18 11:58:29 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Themes/SCSS
v13 v14 23 23 +---scss The SCSS environment of the theme 24 24 | | 25 | +---_settings.scss the theme's foundation SCSS settings (=> falls back to default/scss/_settings.scss if not present)25 | +---_settings.scss the theme's foundation SCSS settings (=> falls back to default/scss/_settings.scss) 26 26 | +---foundation.scss the theme's foundation SCSS imports 27 27 | +---foundation.rtl.scss the theme's foundation SCSS RTL overrides … … 33 33 | +---_base.scss the theme's SCSS base (required) 34 34 | +---_config.scss the theme's Sahana-specific SCSS settings 35 | +---_*.scss the individual SCSS sources (=> fall back to the corresponding default/scss/theme/ *.scss)35 | +---_*.scss the individual SCSS sources (=> fall back to the corresponding default/scss/theme/_*.scss) 36 36 | 37 37 +---img Image folder of the theme