Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sistrall/amcss
AMCSS in Ruby
https://github.com/sistrall/amcss
Last synced: about 9 hours ago
JSON representation
AMCSS in Ruby
- Host: GitHub
- URL: https://github.com/sistrall/amcss
- Owner: sistrall
- License: mit
- Created: 2015-05-19T20:52:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T12:16:05.000Z (over 9 years ago)
- Last Synced: 2024-11-11T06:48:35.620Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# AMCSS
[AMCSS](http://amcss.github.io/) in Ruby.
[![Build Status](https://travis-ci.org/sistrall/amcss.svg)](https://travis-ci.org/sistrall/amcss)
## Why AMCSS?
Nowadays it seems like "to do everything using classes" is the mantra for most CSS development.
Why can't we use different approaches? AMCSS uses custom, namespaced attributes and mostly unknown
CSS selector to apply style to the page.Take a deep breath and [have a look at the documentation](http://amcss.github.io/), 'cause it worths
a moment of you developer time.## Install
Add this line to your application's Gemfile:
```ruby
gem 'amcss'
```And then execute:
```bash
$ bundle
```Or install it yourself as:
```bash
$ gem install amcss
```## Usage
AMCSS is designed as a foundation for other libraries, specifically
developed for different environments.If you're using Rails, than you could evaluate [amcss-rails](https://github.com/sistrall/amcss-rails).
## Contributing
1. Fork it ( https://github.com/sistrall/amcss/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request