Changes between Version 14 and Version 15 of DeveloperGuidelines/Themes/SCSS


Ignore:
Timestamp:
07/05/18 11:59:58 (6 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Themes/SCSS

    v14 v15  
    1414+---*.css                           any additional injectable CSS (s3.stylesheets)
    1515|
    16 +---foundation                  The theme's Foundation base style sheets (CSS)
     16+---foundation                  The theme's Foundation base CSS style sheets (SCSS-built)
    1717|   |
    18 |   +---foundation.css              the theme's foundation stylesheet for Left-to-Right writing direction
    19 |   +---foundation.rtl.css          the theme's foundation stylesheet for Right-to-Left writing direction
     18|   +---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
    2020|   +---foundation.min.css          minified versions of the above
    2121|   +---foundation.rtl.min.css      "
     
    2323+---scss                        The SCSS environment of the theme
    2424|   |
    25 |   +---_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
     25|   +---_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
    2828|   +---theme.scss                  the theme's SCSS imports
    2929|   +---config.rb                   the build configuration for Compass