It was removed generated stylesheet

Signed-off-by: Valentin Popov <valentineus@gmail.com>
This commit is contained in:
Valentin Popov 2018-04-03 01:46:45 +00:00
parent 18d265d4a1
commit 7595790fe9
2 changed files with 3 additions and 15 deletions

5
.gitignore vendored
View File

@ -3,9 +3,10 @@
.c9
## Jekyll
_site
.sass-cache
.jekyll-metadata
.sass-cache
styles.scss
_site
## Ruby
*.gem

View File

@ -1,13 +0,0 @@
---
# 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';