alexcabrera-graphpaper 0.2.9 → 0.2.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION.yml +1 -1
- data/graphpaper.gemspec +1 -1
- data/templates/project/screen.sass +5 -1
- metadata +1 -1
data/VERSION.yml
CHANGED
data/graphpaper.gemspec
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
// Order here matters. Config needs to be imported before the Graphpaper
|
|
2
|
+
// screen stylesheet in order to override any changes to the default grid
|
|
3
|
+
// settings.
|
|
4
|
+
|
|
2
5
|
@import partials/config.sass
|
|
6
|
+
@import graphpaper/screen.sass
|
|
3
7
|
@import partials/base.sass
|