https://github.com/berlinmagic/better_styles
Lots of styles and helpers we used for several projects.
https://github.com/berlinmagic/better_styles
stylesheets
Last synced: about 1 year ago
JSON representation
Lots of styles and helpers we used for several projects.
- Host: GitHub
- URL: https://github.com/berlinmagic/better_styles
- Owner: berlinmagic
- License: mit
- Created: 2017-04-20T16:17:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T14:25:11.000Z (over 8 years ago)
- Last Synced: 2025-02-06T22:04:42.572Z (over 1 year ago)
- Topics: stylesheets
- Language: CSS
- Size: 12.3 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# BetterStyles
My older gem magic_stylez more generic, smaller and with use of bootstrap 4.0!
## Usage
See [online docu](https://berlinmagic.github.io/better_styles/) here.
## Installation
Add this lines to your application's Gemfile:
```ruby
source 'https://rails-assets.org' do
gem 'rails-assets-tether', '>= 1.3.3'
end
gem 'better_styles'
```
And then execute:
```bash
$ bundle
```
Or install it yourself as:
```bash
$ gem install better_styles
```
## Contributing
Contribution directions go here.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).