Changes between Version 37 and Version 38 of DeveloperGuidelines/Themes/SCSS


Ignore:
Timestamp:
02/08/22 15:55:51 (3 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified DeveloperGuidelines/Themes/SCSS

    v37 v38  
    121121Foundation-based themes must include the '''Foundation base stylesheets''', ahead of any Sahana style sheets:
    122122
    123  - static/themes/foundation/normalize.css
    124  - static/themes/THEME/foundation/foundation.css
    125  - static/themes/THEME/foundation/foundation.rtl.css
     123 - static/themes/THEME/foundation/app.css
     124 - static/themes/THEME/foundation/app.rtl.css
    126125
    127 Note that only one of {{{foundation.css}}} or {{{foundation.rtl.css}}} is loaded, depending on the writing direction for the current UI language (Left-To-Right or Right-To-Left).
     126Note that only one of {{{app.css}}} or {{{app.rtl.css}}} is loaded, depending on the writing direction for the current UI language (Left-To-Right or Right-To-Left).
    128127
    129128The sequence to include Foundation base styles is encoded in a view template {{{views/foundation.css.html}}}, so it can easily be added to {{{layout.html}}}: