-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactored to make this framework work better with compass.
* Separated the foundation files from the application template files. * Added a single import for the includes directory. * There's no need for a foundation file in the project template as it kept inside the main gem now and it's contents are simply imported into the application file. Consequently, since it is harder to edit the foundation files, you will probably will need to make things more configurable. These are good things :) It means you can upgrade your framework without breaking the user's deltas. * Changed the imports to be namespaced under `zurb`. This makes it unlikely for the user to encounter import conflicts. * Updated the stylesheet directives in the project manifest to annotate the stylesheets declarations. This causes the output of the compass installer to provide better instructions. * Removed the config file, it is provided by compass.
- Loading branch information
1 parent
41cf686
commit 95b35d0
Showing
28 changed files
with
46 additions
and
589 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
5 changes: 2 additions & 3 deletions
5
templates/project/sass/forms.sass → stylesheets/zurb/_forms.sass
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@import includes | ||
@import globals | ||
@import typography | ||
@import grid | ||
@import ui | ||
@import forms | ||
@import orbit | ||
@import reveal | ||
@import mobile |
5 changes: 2 additions & 3 deletions
5
templates/project/sass/globals.sass → stylesheets/zurb/_globals.sass
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
3 changes: 0 additions & 3 deletions
3
templates/project/sass/grid.sass → stylesheets/zurb/_grid.sass
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@import includes/settings | ||
@import includes/colors | ||
@import includes/mixins |
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions
5
templates/project/sass/typography.sass → stylesheets/zurb/_typography.sass
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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,6 +1,26 @@ | ||
@import includes/settings | ||
@import includes/mixins | ||
@import includes/colors | ||
@import zurb/foundation | ||
|
||
/* Artfully masterminded by ZURB */ | ||
// -------------------------------------------------- | ||
// Table of Contents | ||
// -------------------------------------------------- | ||
// :: Shared Styles | ||
// :: Page Name 1 | ||
// :: Page Name 2 | ||
// ----------------------------------------- | ||
// Shared Styles | ||
// ----------------------------------------- | ||
// ----------------------------------------- | ||
// Page Name 1 | ||
// ----------------------------------------- | ||
// ----------------------------------------- | ||
// Page Name 2 | ||
//------------------------------------------ |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.