Changes between Version 33 and Version 34 of DeveloperGuidelines/Themes/SCSS
- Timestamp:
- 02/08/22 15:53:28 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Themes/SCSS
v33 v34 16 16 +---foundation The theme's Foundation base CSS style sheets (SCSS-built) 17 17 | | 18 | +--- foundation.css the theme's Foundation base style sheet for Left-to-Right writing direction19 | +--- foundation.rtl.css the theme's Foundation base style sheet for Right-to-Left writing direction20 | +--- foundation.min.css minified versions of the above21 | +--- foundation.rtl.min.css "18 | +---app.css the theme's Foundation base style sheet for Left-to-Right writing direction 19 | +---app.rtl.css the theme's Foundation base style sheet for Right-to-Left writing direction 20 | +---app.min.css minified versions of the above 21 | +---app.rtl.min.css " 22 22 | 23 23 +---scss The SCSS environment of the theme 24 24 | | 25 25 | +---_settings.scss the theme's Foundation SCSS settings (required) 26 | +--- foundation.scss the theme's Foundation SCSS imports (Foundation SCSS modules)27 | +--- foundation.rtl.scss the theme's Foundation SCSS RTL overrides26 | +---app.scss the theme's Foundation SCSS imports (Foundation SCSS modules) 27 | +---app.rtl.scss the theme's Foundation SCSS RTL overrides 28 28 | +---theme.scss the theme's SCSS imports (Sahana SCSS modules) 29 29 | +---config.rb the build configuration for Compass … … 31 31 | +---theme/ The theme's SCSS sources 32 32 | | 33 | +---_base.scss the theme's SCSS base (required)34 | +---_config.scss the theme's Sahana-specific SCSS settings (required)35 33 | +---_*.scss the individual SCSS sources (=> fall back to the corresponding default/scss/theme/_*.scss) 36 34 |