Skip to content

taiyab/css_toolkit

 
 

Repository files navigation

The Meducation CSS Toolkit

The Meducation CSS Toolkit provides the base layer for the CSS used on all Meducation projects.

Installation

Add this line to your application's Gemfile:

gem 'css_toolkit', github: "meducation/css_toolkit"

And then execute:

$ bundle

In your app/assets/stylesheet.css you can then add:

*= require css_toolkit

You probably also need a link to TypeKit for the font: <script type="text/javascript" src="//use.typekit.net/YOUR_KEY_HERE.js"></script> <script type="text/javascript">try{Typekit.load();}catch(e){}</script>

Contributing

Firstly, thank you!! ❤️💖❤️

Please read our contributing guide for information on how to get stuck in.

Credits

This library is built on PureCSS. It is designed by the incredbily talented Taiyab Raja.

Licence

Copyright (C) 2013 New Media Education Ltd

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

A copy of the GNU Affero General Public License is available in Licence.md along with this program. If not, see http://www.gnu.org/licenses/.

About

The Meducation Base CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 92.7%
  • JavaScript 7.3%