Changes between Version 14 and Version 15 of DeveloperGuidelines/Themes/SCSS
- Timestamp:
- 07/05/18 11:59:58 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Themes/SCSS
v14 v15 14 14 +---*.css any additional injectable CSS (s3.stylesheets) 15 15 | 16 +---foundation The theme's Foundation base style sheets (CSS)16 +---foundation The theme's Foundation base CSS style sheets (SCSS-built) 17 17 | | 18 | +---foundation.css the theme's foundation stylesheet for Left-to-Right writing direction19 | +---foundation.rtl.css the theme's foundation stylesheet for Right-to-Left writing direction18 | +---foundation.css the theme's Foundation base style sheet for Left-to-Right writing direction 19 | +---foundation.rtl.css the theme's Foundation base style sheet for Right-to-Left writing direction 20 20 | +---foundation.min.css minified versions of the above 21 21 | +---foundation.rtl.min.css " … … 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)26 | +---foundation.scss the theme's foundation SCSS imports27 | +---foundation.rtl.scss the theme's foundation SCSS RTL overrides25 | +---_settings.scss the theme's Foundation SCSS settings (=> falls back to default/scss/_settings.scss) 26 | +---foundation.scss the theme's Foundation SCSS imports 27 | +---foundation.rtl.scss the theme's Foundation SCSS RTL overrides 28 28 | +---theme.scss the theme's SCSS imports 29 29 | +---config.rb the build configuration for Compass