Changes between Version 37 and Version 38 of DeveloperGuidelines/Themes/SCSS
- Timestamp:
- 02/08/22 15:55:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified DeveloperGuidelines/Themes/SCSS
v37 v38 121 121 Foundation-based themes must include the '''Foundation base stylesheets''', ahead of any Sahana style sheets: 122 122 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 126 125 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).126 Note 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). 128 127 129 128 The 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}}}: