mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-20 18:08:55 +00:00
10 lines
338 B
SCSS
10 lines
338 B
SCSS
@use 'angular-material-css-vars' as mat-css-vars;
|
|
|
|
// Forward functions so they can be used without namespace
|
|
@forward 'styles/functions/_ddivide';
|
|
@use 'styles/functions/_ddivide';
|
|
|
|
// Forward all mixins so they can be used without namespace
|
|
@forward 'styles/mixins/_mixins';
|
|
@use 'styles/mixins/_mixins';
|
|
@use 'styles/extends/extends';
|