Nicole Sullivan
Nicole Sullivan
When you run css lint on a minified CSS file, and it finds errors, it outputs the entire contents of the file for each error. Probably because of this line...
Hey Fi, It looks like the grids are expecting a box-sizing mixin to be present that isn't. Should that be in utils?
When $page-width is set to a percentage, the grids sass pukes.
This is what I'm seeing in the library file now that I added the new components to components_list.json: The footer The header the Menu The footer The header the Menu...
there are three types of message: alert, info, warning, and success. Those will all be skins of the message component.
Auto create files for a new component. Input: componentName, optional prefix (defaults to oo) Output: - componentName dir - componentName scss, handlebars, _docs.handlebars - scss file should be populated with...
We didn't use "er" on the end of other components, so let's be consistent.
Would it be better to have a make command to set up the server rather than require developers to use MAMP?
Hey Fi, _box.scss needs to be wrapped in a mixin so that the CSS it generates is only included if invoked. See the example below to see roughly how it...
Jade showed me: http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-pure-css-text-gradients/ http://css-tricks.com/snippets/css/gradient-text/