-
-
Notifications
You must be signed in to change notification settings - Fork 530
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull normalize.css through Rails Assets
The normalize-rails gem has fallen out of date. The current version of normalize.css is 7.0.0, but the latest version of normalize-rails is 4.1.1. There have been repeated requests by collaborators of normalize-rails to be given permissions to deploy new versions, but have gone unfulfilled. With around 7 months of waiting, it seems time to pull in normalize.css through other means. This change uses Rails Assets to get normalize.css. It wraps Bower, which pulls directly through GitHub tags, so it should always up-to-date. Ref: https://github.com/markmcconachie/normalize-rails/issues/23 Closes: #835
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 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
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,6 @@ | ||
@charset "utf-8"; | ||
|
||
@import "normalize-rails"; | ||
@import "normalize-css"; | ||
|
||
@import "bourbon"; | ||
@import "neat"; | ||
|