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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Themes/SCSS

    v13 v14  
    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 if not present)
     25|   +---_settings.scss              the theme's foundation SCSS settings (=> falls back to default/scss/_settings.scss)
    2626|   +---foundation.scss             the theme's foundation SCSS imports
    2727|   +---foundation.rtl.scss         the theme's foundation SCSS RTL overrides
     
    3333|       +---_base.scss              the theme's SCSS base (required)
    3434|       +---_config.scss            the theme's Sahana-specific SCSS settings
    35 |       +---_*.scss                 the individual SCSS sources (=> fall back to the corresponding default/scss/theme/*.scss)
     35|       +---_*.scss                 the individual SCSS sources (=> fall back to the corresponding default/scss/theme/_*.scss)
    3636|
    3737+---img                         Image folder of the theme