-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kyle Brumm
committed
Mar 1, 2015
1 parent
4f8b914
commit a241de6
Showing
8 changed files
with
11,151 additions
and
48 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,29 +1,33 @@ | ||
{ | ||
"name": "juice", | ||
"description": "SASS Mixins for Life", | ||
"version": "1.0.0", | ||
"homepage": "http://juicynex.us/juice", | ||
"keywords": [ | ||
"CSS", | ||
"SASS", | ||
"SCSS", | ||
"mixins", | ||
"styling", | ||
"helper" | ||
], | ||
"main": [ | ||
"dist/_juice.scss" | ||
], | ||
"authors": [ | ||
"Kyle Brumm <https://twitter.com/kyle_brumm>" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"*.*", | ||
"bower_components", | ||
"build", | ||
"img", | ||
"js", | ||
"sass" | ||
] | ||
} | ||
"name": "juice", | ||
"description": "SASS Mixins for Life", | ||
"version": "1.0.1", | ||
"homepage": "http://juicynex.us/juice", | ||
"keywords": [ | ||
"CSS", | ||
"SASS", | ||
"SCSS", | ||
"mixins", | ||
"styling", | ||
"helper" | ||
], | ||
"main": [ | ||
"dist/_juice.scss" | ||
], | ||
"authors": [ | ||
"Kyle Brumm <https://twitter.com/kyle_brumm>" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"*.*", | ||
"bower_components", | ||
"build", | ||
"img", | ||
"js", | ||
"sass" | ||
], | ||
"dependencies": { | ||
"fontawesome": "~4.3.0", | ||
"bootstrap-sass-official": "~3.3.3" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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
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