...
The existing CSS from the Basis theme has already been converted over to SCSS in the Legacy theme. The Ventura CSS sits on top of the existing legacy styles, but is predominantly CSS variable overrides from core Tui component style definitions.
Key differences between SCSS and LESS
...
Code Block | ||
---|---|---|
| ||
client/component/tui/src/global_styles/static.scss |
Importing SCSS
To import more .scss files into static.scss, use the system component-based frankenstyle import paths (for example @import 'theme_customtheme/oldstyles/totara/nav';), rather than relative importing, which is not supported at this time.
Code style
A number of minor coding style changes were introduced as part of the Tui frameworks.
...