joeni

stylesheet.scss

1
/* NOTICE: Currently, all parts of the stylesheet are imported here, and then,
2
by using sassc, put in one single file, stylesheet.css. However, that may not be
3
what you want when using HTTP/2. In that case, edit the scripts and templates
4
accordingly. */
5
@import 'variables';
6
@import 'classes.scss';
7
@import 'global.scss';
8
@import 'tables.scss';
9
@import 'main.scss';
10
@import 'header.scss';
11
@import 'footer.scss';
12
@import 'base.scss'; // TODO: Rename to something proper
13