mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Merge pull request #2009 from penibelst/test-sass-include
This commit is contained in:
1
test/source/_sass/_grid.scss
Normal file
1
test/source/_sass/_grid.scss
Normal file
@@ -0,0 +1 @@
|
||||
.half { width: 50%; }
|
||||
4
test/source/css/main.scss
Normal file
4
test/source/css/main.scss
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
---
|
||||
|
||||
@import "grid";
|
||||
Reference in New Issue
Block a user