FAST stands for Fast Application Styling tools. It’s a modular CSS framework.
- Buttons
- Colors
- Decoration
- Header / Footer
- Grid
- Icons
- Layout
- Lists
- Navigation
- Page
- Table
- Typography
The framework is tested on IE9+, Chrome, Firefox, Safari, Android and IOS.
The grid and layout are based on flexbox. This makes it possible to vertically align, distribute and reorder elements easily.
The documentation comes with the project. Each module is documented with examples and markup.
The project is built with Node / Gulp:
- Convert svg icons to font files and generate SASS variables and documentation templates accordingly
- Compile CSS files and add vendor prefixes
- Compile HTML files with Swig templates
- Run tests for javascript
This project is just beginning. There is no javascript yet, a lot of modules should add to the list
To do once and for all :
- npm install -g gulp
- npm install -g phantomjs
- npm install -g casperjs
- Check-out the repo
- npm install
- gulp
- Emmanuel Szép [https://github.com/manuszep]
- Selma Burzic [https://github.com/selmaburzic]