1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Split the css importing.

CRP optimization.
This commit is contained in:
Cotes Chung
2019-11-30 22:31:50 +08:00
parent 3010e0b34e
commit ebbd818223
5 changed files with 8 additions and 5 deletions

View File

@@ -1,15 +1,12 @@
---
---
/*!
* The main styles.
* © 2018-2019 Cotes Chung
* MIT Licensed
*/
@import "_typograph/syntax";
@import "_typograph/fonts";
@import "_fonts";
html, body {
height: 100%;

View File

@@ -1,6 +1,5 @@
---
---
/*!
Individual styles for Post
© 2019 Cotes Chung

View File

@@ -1,3 +1,5 @@
---
---
/*
* The syntax highlight.
* © 2018-2019 Cotes Chung