subscript 0.4.1

reserved 👉 for the new compiler (and other infrastructure) see https://github.com/subscript-publishing 👉 We decided to move away from the old monolithic codebase and split everything into smaller sub-projects (for now).
1
2
3
4
5
6
7
8
9
10
11
12
13
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

@import 'base.scss';
@import 'macros.scss';
@import 'main.scss';
@import 'typography.scss';
@import 'nav.scss';