Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Pure

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

 Pure

Avatar for Eric Ferraiuolo

Eric Ferraiuolo

November 21, 2013
Tweet

More Decks by Eric Ferraiuolo

Other Decks in Programming

Transcript

  1. .pure-button { display: inline-block; *display: inline; zoom: 1; line-height: normal;

    white-space: nowrap; vertical-align: baseline; text-align: center; cursor: pointer; font-family: inherit; font-size: 100%; *font-size: 90%; *overflow: visible; padding: 0.5em; background-color: #E6E6E6; color: #444; color: rgba(0, 0, 0, 0.80); *color: #444; border: 1px solid #999; border: none rgba(0, 0, 0, 0); border-radius: 2px; text-decoration: none; -webkit-user-drag: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .pure-button { color: #fff; background-color: #70bf41; } app.css pure-button.css
  2. var rework = require('rework'), pureGrids = require('rework-pure-grids'); ! var css

    = rework('') .use(pureGrids.units(10)) .toString(); rework-pure-grids