Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T14:25:11.000Z (about 7 years ago)
- Last Synced: 2024-10-01T08:09:58.292Z (3 months 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).