https://github.com/dbox/roots-postcss
sample post css integration with roots
https://github.com/dbox/roots-postcss
Last synced: 9 months ago
JSON representation
sample post css integration with roots
- Host: GitHub
- URL: https://github.com/dbox/roots-postcss
- Owner: dbox
- Created: 2015-09-25T11:34:33.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T12:01:15.000Z (over 10 years ago)
- Last Synced: 2024-12-28T09:21:17.619Z (over 1 year ago)
- Language: CSS
- Size: 128 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Sample repo to show roots working with postcss plugins
# Setup
- Make sure [node.js](http://nodejs.org) and [roots](http://roots.cx/articles/getting-started) are installed.
- Clone this repo down and `cd` into the folder.
- Run `npm install`.
- Run `roots watch`. This will will perform all watch tasks, spin up a server, and point your browser to `localhost:1111/`
# Technologies / Dependencies
- **[Roots](http://roots.cx)** – Roots is a fast, simple, and customizable static site compiler and task runner. It is responsible for all minification, concatination, and watch tasks for dev.
- **[Stylus](http://learnboost.github.io/stylus/)** – Stylus provides extremely fast, expressive, powerful, and robust css pre-processing
- **[Axis](http://axis.netlify.com)** – Stylus mixins and utilities
- **[Lost](https://github.com/corysimmons/lost)** – Fractional grid system, successor to [Jeet](http://www.jeet.gs).
- **[Rupture](http://jenius.github.io/rupture/)** – Stylus media query utility for clean breakpoints