summaryrefslogtreecommitdiffstats
path: root/src/light.scss
blob: 2f9abdcea79925c72140c228e9a1891589622fb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
@use 'sass:meta';
@use 'iro-sass/src/props';

@use 'core';
@use 'common';

@use 'header';

@include core.styles--light;
@include common.styles;

@include header.styles;