https://github.com/stex/breakpoint_rails
https://github.com/stex/breakpoint_rails
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stex/breakpoint_rails
- Owner: stex
- License: mit
- Created: 2015-05-08T11:22:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T11:32:43.000Z (about 11 years ago)
- Last Synced: 2025-03-05T01:31:02.282Z (over 1 year ago)
- Language: CSS
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
breakpoint_rails
================
This is a wrapper around the [Breakpoint](https://github.com/at-import/breakpoint) gem which is
a great solution to add SASS powered media queries to stylesheets.
Installation
------------
Simply add the gem to your `Gemfile`
gem 'breakpoint_rails'
Afterwards, require `breakpoint` in your application stylesheet.