Changes between Version 11 and Version 12 of DeveloperGuidelines/Themes/SCSS
- Timestamp:
- 07/05/18 11:51:51 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Themes/SCSS
v11 v12 7 7 8 8 {{{ 9 themes/THEME Base folder 9 themes/THEME Base folder of the theme 10 10 | 11 11 +---theme.css the theme's SCSS-built parts … … 14 14 +---*.css any additional injectable CSS (s3.stylesheets) 15 15 16 themes/THEME/foundation The theme's Foundation base style sheets16 themes/THEME/foundation The theme's Foundation base style sheets (CSS) 17 17 | 18 18 +---foundation.css the theme's foundation stylesheet for Left-to-Right writing direction … … 25 25 themes/THEME/favicon.ico The bookmark icon of the theme 26 26 27 themes/THEME/scss the SCSS folderof the theme27 themes/THEME/scss The SCSS environment of the theme 28 28 | 29 29 +---_settings.scss the theme's foundation SCSS settings (=> falls back to default/scss/_settings.scss if not present) … … 31 31 +---foundation.rtl.scss the theme's foundation SCSS RTL overrides 32 32 +---theme.scss the theme's SCSS imports 33 +---config.rb the build configuration for Compass 33 34 | 34 +---theme/ the theme's SCSS sources35 +---theme/ The theme's SCSS sources 35 36 | 36 37 +---_base.scss the theme's SCSS base (required) 37 38 +---_config.scss the theme's Sahana-specific SCSS settings 38 39 +---_*.scss the individual SCSS sources (=> fall back to the corresponding default/scss/theme/*.scss) 39 40 40 }}} 41 41 === Copying from Skeleton ===