Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Add normalize.css
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Mar 20, 2017
1 parent 11b9df0 commit 8e6206b
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This template comes with the following features and tools:
- [Bourbon]: Sass tool set.
- [Neat]: Sass grid.
- [Bitters]: Scaffold styles, variables and structure.
- [normalize.css]: Modern CSS "reset"
- [Redcarpet]: Markdown processing.
- [An SVG view helper][svg]: Output inline SVG's in your views,
e.g. `<%= svg("logo") %>`.
Expand All @@ -38,6 +39,7 @@ This template comes with the following features and tools:
[Bourbon]: https://github.com/thoughtbot/bourbon
[Neat]: https://github.com/thoughtbot/neat
[Bitters]: https://github.com/thoughtbot/bitters
- [normalize.css]: https://github.com/necolas/normalize.css/
[Redcarpet]: https://github.com/vmg/redcarpet
[svg]: https://github.com/thoughtbot/middleman-template/blob/master/helpers/application_helpers.rb#L18-L25
[CircleCI]: https://circleci.com/
Expand Down
2 changes: 2 additions & 0 deletions source/assets/stylesheets/main.css.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@import "bourbon";
@import "neat";

@import "reset/normalize";

@import "base/base";
Loading

0 comments on commit 8e6206b

Please sign in to comment.