jeremielim / anything.css

Δ.CSS is a CSS Framework that accepts almost any pull request

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Join the chat at https://gitter.im/Rabrennie/anything.css Build Status

Logo

Δ.CSS is a CSS Framework that accepts almost any pull request (as long as it follows the rules).

Temporary Playground

Use this codepen to test Δ.css, it always uses the latest version on the master branch.

When we get a site set up (if we do), a proper playground will be set up (like the one in anythingjs.io).

Rules

  1. Nothing that'll crash a web page.
  2. Can't violate GitHub terms of service.
  3. Don't be an asshole.
  4. Nothing malicious.
  5. Deleting stuff that doesn't need to be.

Contributing

  1. Fork ( https://github.com/Rabrennie/anything.css/fork )
  2. Clone ( git clone https://github.com/YourUsername/anything.css.git )
  3. Branch ( git checkout -b your-feature )
  4. Make a new file in ./src/styles with a relevant name. ( name.scss )
  5. if you're making a new mixin etc. put it in ./src/constants with a relevant name (name.scss)
  6. Edit ( Type! Type! Type! )
  7. Push ( git push -u origin your-feature )
  8. Pull Request ( https://help.github.com/articles/using-pull-requests/ )
  9. Fire up another branch and add yourself to the contributors list, to congratulate yourself for your work :).

Tag Tag Tag Tag

About

Δ.CSS is a CSS Framework that accepts almost any pull request

License:MIT License


Languages

Language:CSS 86.1%Language:JavaScript 8.0%Language:Shell 5.9%