aboutsummaryrefslogtreecommitdiff
path: root/styles.scss
blob: 776bd2e28a001a45fe3743c3d32b68ff68f2d83b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
# Use a comment to ensure Jekyll reads the file to be transformed into CSS later
# only main files contain this front matter, not partials.
---

@import 'variables';
@import 'base';
@import 'code';
@import 'post';
@import 'syntax';
@import 'layout';
@import 'pagination';
@import 'catalogue';