mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
fixed rake preview and updated sass to sass3 syntax
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
/* SASS mixins */
|
||||
@import "library"
|
||||
@import library
|
||||
|
||||
/* primary SASS */
|
||||
@import "base"
|
||||
@import "theme"
|
||||
@import "typography"
|
||||
@import "layout"
|
||||
@import base
|
||||
@import theme
|
||||
@import typography
|
||||
@import layout
|
||||
|
||||
/* specific SASS */
|
||||
@import "partials"
|
||||
@import partials
|
||||
Reference in New Issue
Block a user