Eric Ferraiuolo
ba39a319f3
Add [hidden]
selector to Base to counteract all display
declarations
...
Anytime a Pure style rule uses the `display` declaration with a value
other than `none`, using the `hidden` HTML attribute on that element
won't have the desired affect of hiding that element. To counteract
this, A new rule has been added to Base to force
`display: none !important;` on elements that use the `hidden` HTML
attribute.
The following button will be hidden from view with these changes:
<button class="pure-button" hidden>No showy</button>
Fixes #177
2013-12-07 15:40:32 -05:00
Eric Ferraiuolo
7b884f71f8
Add Base to src/ which is Pure's extras on top of Normalize.css
2013-12-07 15:27:58 -05:00
Eric Ferraiuolo
e46fa071d3
Update README.md
...
Tweak Pure + Bower info.
2013-12-03 21:46:35 -05:00
Eric Ferraiuolo
29793acc64
Merge pull request #253 from andrewwakeling/master
...
Add Bower instructions into README
2013-12-03 18:20:33 -08:00
Andrew Wakeling
3791518737
#218
2013-11-29 18:49:01 +11:00
Eric Ferraiuolo
97f862bd7e
Improve CSSLint config to work on a per-module basis
...
The grunt-contrib-csslint Grunt plugin does odd things with the way it
processes CSSLint config. This improves linting by only applying in-file
lint overrides on a per-module basis.
2013-11-27 14:38:03 -05:00
Eric Ferraiuolo
b51c421888
Rearrange modules in pure.css rollup to: Base, Grids, etc.
...
This moves Grids to be the second module (after Base) in the pure.css
rollup files.
2013-11-27 14:36:18 -05:00
Eric Ferraiuolo
dbcc024732
Add credit to HISTORY entry
2013-11-26 02:09:32 -05:00
Eric Ferraiuolo
f8a2a1db57
Bump Normalize dependency to v1.1.3 (no code changes)
2013-11-26 02:07:00 -05:00
Eric Ferraiuolo
ce9b42848e
Add HISTORY entry for Grids units changes
2013-11-26 02:05:59 -05:00
Eric Ferraiuolo
0b9e047581
Merge branch 'rework-grids'
2013-11-26 01:54:12 -05:00
Eric Ferraiuolo
30de24a70b
Merge branch 'achalv-master'
2013-11-25 16:02:06 -05:00
Eric Ferraiuolo
d644d16a7d
Update Buttons to use padding: 0.5em 1em
2013-11-25 16:01:28 -05:00
Eric Ferraiuolo
c39c75a540
Merge pull request #246 from tilomitra/fix-164
...
Fix #164 : Remove hard-coded height for horizontal menus
2013-11-25 12:46:45 -08:00
Tilo Mitra
f315344625
update HISTORY.md with #164 fix
2013-11-25 14:20:27 -05:00
Tilo Mitra
50f502399a
Menus: add example to help testing menu overflow
2013-11-25 14:18:23 -05:00
Tilo Mitra
2d3401fe18
Menus: Remove hard-coded height ( fixes #164 )
2013-11-25 14:17:42 -05:00
Eric Ferraiuolo
e3127820b8
Merge branch 'master' of https://github.com/achalv/pure into achalv-master
...
Conflicts:
HISTORY.md
2013-11-24 19:58:43 -05:00
Eric Ferraiuolo
a4c0ade4b1
Generate 5ths and 24ths grid units including non-reduced fractions
...
Closes #144
Relates #149
2013-11-24 18:40:32 -05:00
Eric Ferraiuolo
dfff4fe238
Generate Grids Units via Grunt task
2013-11-18 14:46:19 -05:00
Eric Ferraiuolo
5cec523755
Move local Grunt tasks to tasks/ dir
2013-11-18 14:45:37 -05:00
Eric Ferraiuolo
bdc76d6fd0
Merge branch 'textarea-vtop' of github.com:rictorres/pure into rictorres-textarea-vtop
...
Conflicts:
HISTORY.md
2013-11-06 15:02:59 -08:00
Eric Ferraiuolo
1fa9cf9001
Add HISTORY entry for normalized button heights
2013-11-06 14:42:37 -08:00
Eric Ferraiuolo
74c952aa68
Merge branch 'master' of github.com:narcis-radu/pure into narcis-radu-master
2013-11-06 14:37:16 -08:00
Narcis Radu
ba5d3a7a4e
pure buttons with custom fonts
2013-10-26 09:33:57 +03:00
Narcis Radu
0f8f2966fa
Revert "Same height for pure-button when using custom fonts"
...
This reverts commit 2ed11acb47
.
2013-10-26 09:30:57 +03:00
Narcis Radu
2ed11acb47
Same height for pure-button when using custom fonts
...
When using custom fonts, buttons (a and input) don't have the same
height (issue #221 ).
2013-10-18 11:14:25 +03:00
Eric Ferraiuolo
60f8827600
Merge pull request #214 from AurelioDeRosa/master
...
Removed all the occurrences of -ms-linear-gradient() (issue #200 )
2013-10-14 09:16:29 -07:00
Aurelio De Rosa
f666eb74fa
Removed all the occurrences of -ms-linear-gradient() (issue #200 )
2013-10-09 00:12:47 +02:00
Eric Ferraiuolo
ea37411518
Merge pull request #203 from albertosantini/no-global-grunt-dep
...
No global grunt dep
2013-09-27 11:49:30 -07:00
icebox
af3b933cda
Run grunt test and not default one.
2013-09-27 18:48:17 +02:00
albertosantini
58db3cc164
Add grunt-cli dep and scripts test.
2013-09-26 17:18:47 +02:00
albertosantini
c442d1a074
Remove global grunt dep.
2013-09-26 17:17:35 +02:00
Eric Ferraiuolo
14e82f0560
Merge pull request #201 from ericf/grunt-css-selectors
...
Use grunt-css-selectors Grunt plugin to prefix Normalize.css selectors
2013-09-25 15:06:08 -07:00
Eric Ferraiuolo
3e88deff10
Update HISTORY.md for base-context body
change
2013-09-25 00:38:19 -04:00
Eric Ferraiuolo
61e26272a9
Use grunt-css-selectors Grunt plugin to prefix Normalize.css selectors
2013-09-25 00:34:55 -04:00
Achal Varma
c54e21c71e
Added PR number (195)
2013-09-13 14:00:50 -05:00
Achal Varma
2dcaa7fff2
Updated History.md in the correct format.
2013-09-13 13:57:20 -05:00
Achal Varma
ff443fb124
Updated src/buttons/css/buttons.css to fix Issue #191 in yui/pure
...
http://git.io/PbMz2g
2013-09-13 13:53:30 -05:00
Eric Ferraiuolo
79411aea8c
Update file size in README to latest size from 0.3.0
2013-09-09 13:34:02 -04:00
Eric Ferraiuolo
72012642c5
Bump version to 0.3.1-pre
2013-09-09 12:40:11 -04:00
Eric Ferraiuolo
104a10cb02
Bump version to v0.3.0
2013-09-09 12:31:10 -04:00
Eric Ferraiuolo
8f9d6c76aa
Update HISTORY to include all issues related to Grids improvements
2013-09-09 12:00:24 -04:00
Eric Ferraiuolo
77c92da532
Update Grids manual test to add monospace nested grid test
2013-09-09 11:56:50 -04:00
Eric Ferraiuolo
6656a51a17
Bump version to 0.3.0-rc-3
2013-09-06 13:27:05 -04:00
Eric Ferraiuolo
9d2bbccd83
Merge pull request #190 from ericf/grid-flexbox
...
Use CSS3 Flexbox in Grids when possible
2013-09-06 10:25:04 -07:00
Eric Ferraiuolo
7e0cdafddc
Update HISTORY and code comments for Grids Flexbox
2013-09-05 18:14:01 -04:00
Eric Ferraiuolo
c5061a046f
Add Grids manual test for wrapping grids
2013-09-05 17:51:13 -04:00
Eric Ferraiuolo
50883fc2e2
Add CSSLint flags to ignore linting flexbox rules
2013-09-05 17:50:51 -04:00
Matt Sweeney
7cc69304f9
Add flexbox support for webkit and IE.
2013-09-05 14:14:17 -07:00