postcss-ant
postcss-ant copied to clipboard
Size-getting function masquerading as a grid system.
I hate trying to use PostCSS as a preprocessor... SugarSS sucks. PreCSS sucks. Everything sucks. Just use node-sass or stylus, and chokidar or something. ffs..
🚨 You need to enable Continuous Integration on all branches of this repository. 🚨 To enable Greenkeeper, you need to make sure that a [commit status](https://help.github.com/articles/about-statuses/) is reported on all...
- [ ] clear floats - [ ] rounders should be able to accept 1. e.g `rounder(100vh)` errs - [ ] should be able to repeat last size set -...
It'd be nice to explicitly return these _anywhere_ -- especially where Grid Layout Spec is concerned. ```scss grid-template-columns: return(sizes(ratio(1.618, 1) ratio(1.618, 2)) pluck(1)) return(sizes(ratio(1.618, 1) ratio(1.618, 2)) pluck(2)) ; ```...
First, thank you for creating this great package. I come from bootstrap where there's no such thing as gutters :) Not sure if this is intentional or not, but I...