Changes between Version 11 and Version 12 of DeveloperGuidelines/Themes/SCSS


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Themes/SCSS

    v11 v12  
    77
    88{{{
    9 themes/THEME                    Base folder
     9themes/THEME                    Base folder of the theme
    1010|
    1111+---theme.css                       the theme's SCSS-built parts
     
    1414+---*.css                           any additional injectable CSS (s3.stylesheets)
    1515
    16 themes/THEME/foundation         The theme's Foundation base stylesheets
     16themes/THEME/foundation         The theme's Foundation base style sheets (CSS)
    1717|
    1818+---foundation.css                  the theme's foundation stylesheet for Left-to-Right writing direction
     
    2525themes/THEME/favicon.ico        The bookmark icon of the theme
    2626
    27 themes/THEME/scss               the SCSS folder of the theme
     27themes/THEME/scss               The SCSS environment of the theme
    2828|
    2929+---_settings.scss                  the theme's foundation SCSS settings (=> falls back to default/scss/_settings.scss if not present)
     
    3131+---foundation.rtl.scss             the theme's foundation SCSS RTL overrides
    3232+---theme.scss                      the theme's SCSS imports
     33+---config.rb                       the build configuration for Compass
    3334|
    34 +---theme/                      the theme's SCSS sources
     35+---theme/                      The theme's SCSS sources
    3536    |
    3637    +---_base.scss                  the theme's SCSS base (required)
    3738    +---_config.scss                the theme's Sahana-specific SCSS settings
    3839    +---_*.scss                     the individual SCSS sources (=> fall back to the corresponding default/scss/theme/*.scss)
    39 
    4040}}}
    4141=== Copying from Skeleton ===