gr8
gr8 copied to clipboard
Customizable, functional css utilities
## Version **12.0.0** of **standard** was just published. Dependency standard Current Version 11.0.1 Type devDependency The version **12.0.0** is **not covered** by your **current version range**. If you donβt accept...
I wanted to open a thread about what utils might make sense to add to core. One that I am always recreating is `letter-spacing`: ```js { prop: 'letter-spacing', vals: {...
An idea been toying with is per-breakpoint values. This could be handy when doing something like font sizes for a site. Not sure if this would be a convoluted addition...
When using gr8 to scaffold out grid layouts I use the provided column (`cX`) utilities and flexbox. Recently CSS grid has been seeing some action, and has been implemented widely...
## Version 10 of Node.js (code name Dubnium) has been released! π To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...
Is the the most idiomatic way to generate rules for hover states? ```js var textTransformHover = { prop: 'text-decoration', vals: { 'u-hover': 'underline', 'o-hover': 'overline', 'lt-hover': 'line-through', 'n-hover': 'none' },...