12 lines
276 B
SCSS
12 lines
276 B
SCSS
---
|
|
# 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';
|