The Meducation CSS Toolkit provides the base layer for the CSS used on all Meducation projects.
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>
Firstly, thank you!! ❤️💖❤️
Please read our contributing guide for information on how to get stuck in.
This library is built on PureCSS. It is designed by the incredbily talented Taiyab Raja.
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/.