Commit Graph

945 Commits

Author SHA1 Message Date
Tilo Mitra
3e539dd4ba update HISTORY.md to 0.1.0 2013-05-24 10:59:25 -04:00
Tilo Mitra
558928465c Selected menu items no longer have a font-weight: bold.
This causes an issue where the <li> elements shift by 1px
because of the font-weight adjustment. We could probably fix
this by introducing box-sizing: border-box, but we'll add
that in globally later, hopefully. For now, no more bolded text.

The blue hover for menu-items has been replaced by #eee (very light
grey). The blue seemed arbitrary, and didn't match with the rest of
Pure.
2013-05-24 10:54:47 -04:00
Tilo Mitra
3f29bab9f3 add HISTORY for 0.1.0 2013-05-24 10:38:55 -04:00
Tilo Mitra
e6c8641283 Remove border-radius from menus. This only affects vertical menus. 2013-05-24 10:37:53 -04:00
Tilo Mitra
2bda62756b Add border-radius: 2px to buttons.
This fixes issue #4 (https://github.com/yui/pure/issues/4)
2013-05-24 10:37:09 -04:00
Eric Ferraiuolo
db11feeff7 Checkin Normalize.css' bower.json so its version can be determined
This allows the Normalize.css version number to be determined
programmatically to be used in the license banner.
2013-05-23 14:44:48 +01:00
Eric Ferraiuolo
7ddd0dc7ce Import Normalize.css @ 1.1.2 2013-05-23 14:00:02 +01:00
Eric Ferraiuolo
494885d292 Integrate Bower into grunt import task
This uses Bower to import the Normalize.css dependency.
2013-05-23 13:58:55 +01:00
Eric Ferraiuolo
0503c9f7da Merge pull request #12 from tilomitra/cleanup
Add README and clean up module-level READMEs and HISTORYs
2013-05-23 03:08:37 -07:00
Tilo Mitra
b7623dfe78 add updated banner image with buttons 2013-05-22 14:17:43 -04:00
Tilo
b740fc8544 Merge pull request #5 from ericf/tilomitra-cleanup
Update README.md formatting
2013-05-22 07:55:45 -07:00
Eric Ferraiuolo
516d14da5e Update README.md formatting 2013-05-22 13:08:38 +01:00
Tilo Mitra
98a1e36676 remove space 2013-05-21 15:54:55 -04:00
Tilo Mitra
49f3da3b2e update README formatting. Fix minor typos 2013-05-21 15:53:12 -04:00
Eric Ferraiuolo
c53da81f18 Merge pull request #13 from tilomitra/menus-test-cleanup
pull YUI from CDN on Menus test page to remove errors
2013-05-21 06:01:26 -07:00
Tilo Mitra
f315f12dbd pull YUI from CDN 2013-05-20 13:29:43 -04:00
Tilo Mitra
53f12841b7 fix formatting 2013-05-20 13:25:26 -04:00
Tilo Mitra
1b2d9b9f94 fill in README 2013-05-20 13:23:59 -04:00
Tilo Mitra
6c1290e80c remove module-level HISTORY and README 2013-05-20 12:47:02 -04:00
Eric Ferraiuolo
ce76337d98 Remove redundant LICENSE.md file from the forms module 2013-05-17 00:48:50 -04:00
Eric Ferraiuolo
0ded9fa4b8 Merge pull request #8 from tilomitra/test-cleanup
Clean up all the manual test pages
2013-05-16 14:47:19 -07:00
Tilo Mitra
15dd57a402 update HISTORY.md NEXT to mention test file cleanup 2013-05-16 14:18:43 -04:00
Tilo Mitra
c0e641f7bf clean up test files 2013-05-16 14:18:18 -04:00
Eric Ferraiuolo
4ee4376e5c Fix HISTORY.md heading for 0.0.2 2013-05-16 14:13:22 -04:00
Eric Ferraiuolo
6411b45c12 Bump version to 0.0.3pre 2013-05-16 13:53:49 -04:00
Eric Ferraiuolo
b6f8e093df Bump version to 0.0.2 2013-05-16 13:53:08 -04:00
Eric Ferraiuolo
49906d2caf Merge pull request #7 from ericf/pure
Rename to Pure and update CSS classname prefix to `pure`
2013-05-16 10:51:57 -07:00
Eric Ferraiuolo
cb7ced1e6b Update Gruntfile.js with new pure prefix and re-import Normalize.css 2013-05-16 13:34:29 -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
4786d3a0e8 Bump version to 0.0.2pre 2013-05-14 18:42:10 -04:00
Eric Ferraiuolo
bf720d75f5 Preview release 0.0.1 2013-05-14 18:18:54 -04:00
Eric Ferraiuolo
e100312fd8 Merge pull request #6 from ericf/grunt
Revamp Gruntfile to improve `build` and `import` tasks
2013-05-14 14:31:53 -07:00
Eric Ferraiuolo
52ee854e3a Remove extra license info from forms-core.css src file 2013-05-14 17:00:54 -04:00
Eric Ferraiuolo
bd63012fa1 Add Grunt license task to stamp the Normalize.css and Yahoo! licenses
This task prepends the proper licenses to the built files as the very
last step of the `default` Grunt task.
2013-05-14 16:59:18 -04:00
Eric Ferraiuolo
52c6ac538b Add Grunt release task to create a .zip archive of the build/ dir
This adds the new `release` Grunt task which creates a .zip file in the
`release/[version]/` dir with the following name format and structure:

`[name]-[version].zip` where `name` and `version` are from package.json.
.
└── kimono
    └── 0.0.1
        └── *.css
2013-05-14 15:58:25 -04:00
Eric Ferraiuolo
f0d71204bf Update Gruntfile to use grids-core.css after base -> core rename 2013-05-14 13:58:31 -04:00
Eric Ferraiuolo
b0890e2fbc Reimport Normalize.css' test.html file 2013-05-14 13:14:48 -04:00
Eric Ferraiuolo
79306853bb Revamp Gruntfile to improve its build and import tasks
This is a major rewrite of the Gruntfile which uses a config-driven
approach and leverages grunt-contrib-* plugins to do the heavy lifting.

This creates the build files according to the following conventions:

* `-nr.css`: Rollup `-core.css` + `[module].css` + `-[feature].css`.
* `[module].css`: Rollup `-nr.css`  + `-r.css`.
* `-min.css`: A minified file version of the files of the same name.
* `kimono-min.css`: Rollup of all `[module].css` files.
* `kimono-nr-min.css`: Rollup of all modules without `@media`

**Note:** `-r.css` files are not maintained as separate files.
2013-05-14 13:12:01 -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
Eric Ferraiuolo
6aef1a8623 Move grunt-contrib-clean to devDependencies 2013-05-13 15:09:00 -04:00
Eric Ferraiuolo
fa22085a10 Re-import Normalize @ v1.1.1 2013-05-13 14:56:44 -04:00
Eric Ferraiuolo
75e2d50407 Use grunt-contrib-clean for cleaning build tasks 2013-05-13 14:56:23 -04:00
Tilo Mitra
dbb805f448 Initial drop 2013-05-09 18:05:18 -04:00
Eric Ferraiuolo
608018938a Initial commit 2013-04-22 09:16:39 -07:00