Commit Graph

17 Commits

Author SHA1 Message Date
Tilo Mitra
363df66074 add back common rules for all grid units 2013-08-05 12:35:06 -04:00
Tilo Mitra
d2db8427dc Change default classnames back to .pure-u-*
After thinking about it, it makes sense to just keep
these as .pure-u-* to preserve back-compat and so that
people don't get confused with the fact that these units
are the "default" units.
2013-08-05 12:34:58 -04:00
Tilo Mitra
82dba5c165 Remove CSSLint ignore + s/default-*/pure-d-*
The .default-* classnames should be prefixed with .pure-
However, .pure-default-x-y seems too verbose, so I changed
it to .pure-d-x-y.
2013-08-05 12:34:51 -04:00
Tilo Mitra
f56cb81fed prettify spaces and braces 2013-08-05 12:34:44 -04:00
Tilo Mitra
25497a2161 update grid-units to have IE-specific widths, and use new grid classnames 2013-08-05 12:34:38 -04:00
Tilo Mitra
7b8cab1eb7 Grid unit pure-u-1 is now display: block; width: 100%;
This commit fixes issue #94.
2013-07-10 11:59:39 -04:00
Andrew Chilton
371ce08b0f Update with typo for .pure-u-1-6 from 16.656 to 16.666 2013-06-22 23:06:11 +12:00
Eric Ferraiuolo
554266361f Improve consistency of code formatting
This re-formats the code which was formatted differently than primary
way CSS code in Pure.
2013-06-10 10:02:55 -04:00
Eric Ferraiuolo
9ec47cd9f6 Make minor tweaks to CSS files to clear basic linting issues 2013-06-05 14:04:38 -04:00
Matt Sweeney
f2cff205e2 Add dummy class to responsive units. 2013-05-30 10:50:47 -07:00
Matt Sweeney
fae5f7f169 Use *= ('one of') rather than (^=) starts with for collapsed units. 2013-05-30 10:39:14 -07:00
Tilo Mitra
6c1290e80c remove module-level HISTORY and README 2013-05-20 12:47:02 -04:00
Tilo Mitra
c0e641f7bf clean up test files 2013-05-16 14:18:18 -04:00
Eric Ferraiuolo
681ca1a93e Rename CSS classname prefix to pure 2013-05-16 13:33:57 -04:00
Eric Ferraiuolo
a19f09a17f Rename project to "Pure" 2013-05-16 13:21:35 -04:00
Eric Ferraiuolo
8ed6826eb6 Rename files to fit the new naming conventions
* `-core.css`: The module's most basic functionality.
* `[module].css`: The module's main rules, assumes `-core.css` rules.
* `-context.css`: A contextualized version of `[module].css`.
* `-r.css`: Respnsive, `@media` query rules.
* `-[feature].css`: Optional feature that provides extra rules.
2013-05-14 13:10:29 -04:00
Tilo Mitra
dbb805f448 Initial drop 2013-05-09 18:05:18 -04:00