https://github.com/blaknite/pure-css-reset-rails
While Pure CSS is pretty unopinionated there's still a few things it could touch less. This CSS fixes some of those and adds some useful classes that pure lacks.
https://github.com/blaknite/pure-css-reset-rails
css css-fixes pure-css
Last synced: 2 months ago
JSON representation
While Pure CSS is pretty unopinionated there's still a few things it could touch less. This CSS fixes some of those and adds some useful classes that pure lacks.
- Host: GitHub
- URL: https://github.com/blaknite/pure-css-reset-rails
- Owner: blaknite
- License: mit
- Created: 2015-07-19T02:03:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-27T13:22:34.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T19:43:07.382Z (3 months ago)
- Topics: css, css-fixes, pure-css
- Language: Ruby
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pure-css-rails-reset
While Pure CSS is pretty unopinionated there's still a few things it could touch less.
This CSS fixes some of those and adds some useful classes that pure lacks.http://purecss.io
https://github.com/bkutil/pure-css-railsWhat it does:
* adds a container for each media breakpoint
* hidden classes for each breakpoint
* show classes for each breakpoint
* clear float class
* reset some mobile input styles
* better heading font sizes
* error styles for control groups## Install
1. Add this to your Gemfile
`gem "pure-css-reset-rails"`
2. Run
`$ bundle`
3. Add `pure_css_reset` to application.css after `//= require pure`
`//= require pure_css_reset`
4. Profit!