Helpers
The helper styles are the bottom of the stylesheet. They are meant to override things.
All helper module styles can be printed individually or by the root/index module styles mixin (ie. ulu.helper-styles()
).
Alternatively, for convenience in setting up stylesheets it also provides a module to print it's styles out directly
In your stylesheet to print these styles without calling the mixin yourself you can use the following 'styles' module. This is handy for creating the main stylesheet with just @use since mixins have to be called after @use statements.
@use "@ulu/frontend/scss/stylesheets/helpers-stylesheet";