-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SCSS: rename files to avoid conflict with jekyll (#35)
It seems something has changed in jekyll or its dependencies, such that, without this chane `jekyll serve` fails: jekyll/converters/scss.rb:175:in `rescue in convert': expected "{". (Jekyll::Converters::Scss::SyntaxError) It is unclear precisely why this change is required, but it looks as though it disambiguates between the same-named files used elsewhere.
- Loading branch information
1 parent
70c312a
commit 1187e5b
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
|
||
// Import partials from `_sass` | ||
@import | ||
"fvwm3-carousel" | ||
"_fvwm3-carousel" | ||
; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
// Import partials from `_sass` | ||
@import | ||
"fvwmvars", | ||
"fvwm3", | ||
"fvwmwindow" | ||
"_fvwmvars", | ||
"_fvwm3", | ||
"_fvwmwindow" | ||
; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
|
||
// Import partials from `_sass` | ||
@import | ||
"fvwmvars", | ||
"monokai" | ||
"_fvwmvars", | ||
"_monokai" | ||
; |