popov.link/styles.scss

14 lines
297 B
SCSS
Raw Normal View History

2018-01-06 15:12:53 +03:00
---
# 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';