-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing SCSS issue for deploying to Heroku
Need to use correct notation for folders.
- Loading branch information
Bennett, Ashley
authored and
Bennett, Ashley
committed
Mar 3, 2017
1 parent
feb85cf
commit 37ed561
Showing
2 changed files
with
8 additions
and
8 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
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
@import "base/variables"; | ||
@import "/base/variables"; | ||
|
||
// Foundation | ||
@import "base/foundation-settings"; | ||
@import "/base/foundation-settings"; | ||
@import "foundation"; | ||
@include foundation-everything; | ||
|
||
// Components | ||
@import "components/callout-auth"; | ||
@import "components/container"; | ||
@import "components/page-actions"; | ||
@import "components/page-title"; | ||
@import "components/todo"; | ||
@import "/components/callout-auth"; | ||
@import "/components/container"; | ||
@import "/components/page-actions"; | ||
@import "/components/page-title"; | ||
@import "/components/todo"; |