https://github.com/papercss/rails_papercss_gem
Rails gem for Papercss framework
https://github.com/papercss/rails_papercss_gem
Last synced: 26 days ago
JSON representation
Rails gem for Papercss framework
- Host: GitHub
- URL: https://github.com/papercss/rails_papercss_gem
- Owner: papercss
- License: mit
- Created: 2017-11-22T19:13:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T22:05:58.000Z (over 8 years ago)
- Last Synced: 2026-03-26T21:20:21.348Z (3 months ago)
- Language: Ruby
- Homepage: https://rails-papercss.herokuapp.com
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# RailsPapercss
This gem will include [PaperCss Framework](https://www.getpapercss.com/) to rails front-end. Please refer to [PaperCss Framework](https://www.getpapercss.com/) website on how to use the framework.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rails_papercss'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install rails_papercss
## Usage
Include the css file in the application.css
```css
/*app/assets/stylesheets/application.css*/
@import "paper.min.css";
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/muyaszed/rails_papercss. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the RailsPapercss project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/muyaszed/rails_papercss/blob/master/CODE_OF_CONDUCT.md).