Seth Bertalotto
81efd538da
chore: remove git.io link fixes #989
2022-04-28 09:54:43 -07:00
Linus Horvath
7debb3751c
feat: add xxl (1920px) media query ( #965 )
2022-03-14 16:54:01 -07:00
redonkulus
2b86638a02
chore: upgrade to postcss 8.x deps
2022-03-14 12:46:54 -07:00
medianect
e79bd2f2ef
chore: Updated Gruntfile after pure-css#705. ( #820 )
2020-10-18 05:14:38 -07:00
Seth Bertalotto
9dc1a9ddcf
feat: add eslint ( #801 )
2020-05-16 11:09:14 -07:00
Seth Bertalotto
f59a16cebe
refactor: upgrade normalize, remove bower, remove old ie hacks ( #790 )
2020-05-05 08:15:25 -07:00
Seth Bertalotto
e5f7545e48
feat(site): add docusaurus site files ( #788 )
2020-04-27 10:42:40 -07:00
redonkulus
de4c3136cc
update github org references to pure-css/pure
2018-01-18 19:41:39 -08:00
leho
9f52d653cb
Implement autoprefixer via grunt-postcss
2016-12-11 06:09:29 -08:00
Seth Bertalotto
214dbcc775
Remove All Rights Reserved from various files ( #605 )
...
* Remove All rights reserved.
2016-11-10 12:40:04 -08:00
Prayag Verma
09b2cb3227
Update license to reflect only intial copyright year
2016-01-18 20:24:38 +05:30
James Alley
21f8a27eaa
adding nick to gruntfile so that we can continue to use _pure_ as the name even if _purecss_ is the package name for NPM
2015-03-05 10:25:10 -08:00
James Alley
7f8115c520
breaking up menu into smaller files
2015-01-29 15:23:21 -08:00
James Alley
517029f43a
resolving conflict with version of Normalize
2015-01-20 17:09:47 -08:00
James Alley
40952f5a50
Initial commit of edits in support of the new menu.
2015-01-20 14:33:54 -08:00
Eric Ferraiuolo
370d0d3218
Update URLs to point to Yahoo org on GitHub
...
Closes #366
2014-08-26 12:06:14 -04:00
Tilo Mitra
87eff25f43
change order of concatenation
2014-08-25 10:50:08 -07:00
Tilo Mitra
e8c024525c
Merge branch 'master' of github.com:yui/pure into new-menu
...
Conflicts:
src/menus/css/menus-core.css
src/menus/tests/manual/menus.html
2014-08-25 10:30:31 -07:00
Tilo Mitra
f0754b3388
update Gruntfile for new menus
2014-08-24 16:14:38 -07:00
Tilo Mitra
126455ec10
add stripmq grunt task
2014-03-07 13:15:06 -05:00
Eric Ferraiuolo
b197749d55
Remove grids-nr.css build file, now that there's grids-responsive.css
2014-02-28 13:13:10 -05:00
Tilo Mitra
be5576df51
update pure_grids with responsive sub-task
2014-02-28 12:56:50 -05:00
Eric Ferraiuolo
3340b3371f
Use grunt-pure-grids package
2014-02-18 11:55:22 -05:00
Eric Ferraiuolo
2af537d489
Remove unused dependency from Gruntfile
2014-02-07 03:50:34 -05:00
Eric Ferraiuolo
5ee9222705
Tweak bower_json Grunt task to be more configurable
2014-02-07 03:43:40 -05:00
Eric Ferraiuolo
1f9ec2a22d
Merge branch 'master' of github.com:stevenvachon/pure into stevenvachon-master
...
Conflicts:
bower.json
2014-02-06 23:42:54 -05:00
Steven Vachon
2d31f31806
added config
2014-02-06 17:44:02 -05:00
Eric Ferraiuolo
828ff53587
Downgrade grunt-contrib-cssmin to v0.6.x which uses clean-css v1.x
...
grunt-conrib-cssmin v0.7.x uses clean-css v2.x which adds "advanced"
options which totally borked the Pure v0.4.0 release.
**Note to self:** If I ever write a trivial Grunt plugin that wraps some
dependency, tie their version releases to the same slot, e.g. bump the
major version number if the dependency's major version number changes.
2014-02-06 17:22:17 -05:00
Eric Ferraiuolo
a6a38caa4f
Update grunt-contrib-compress dependency and swich to release tarballs
...
To resolve file mode issues with the .zip release files, this switches
to using tarballs instead.
2014-02-06 00:11:51 -05:00
Eric Ferraiuolo
82b16cf953
Update copyright to 2014
2014-02-06 00:11:08 -05:00
Steven Vachon
1e0f0b5efe
add “main” to bower.json
2014-02-05 12:52:39 -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
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
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
61e26272a9
Use grunt-css-selectors Grunt plugin to prefix Normalize.css selectors
2013-09-25 00:34:55 -04:00
Eric Ferraiuolo
9ab35b7d82
Merge branch 'grunt-bower' of github.com:ericf/pure into ericf-grunt-bower
2013-08-27 12:42:01 -04:00
Eric Ferraiuolo
cc7f35dfa0
Create non-minified pure-nr.css file along with pure.css
2013-08-27 12:34:16 -04:00
Omeid
f15248ea38
Added unminifed roll-up of everything. 'pure.css'.
2013-08-23 22:50:38 +10:00
Eric Ferraiuolo
f9bbf6f694
Use bower.json to get current Normalize.css version number
2013-08-12 10:34:23 -04:00
Eric Ferraiuolo
f496042888
Tweak formatting and remove unused stuff in Gruntfile
2013-08-07 19:14:23 -04:00
Eric Ferraiuolo
f2733cb2ff
Simplify Grunt tasks and include Normalize.css import by default
...
Running `grunt` will now use Bower to install Normalize.css. As of 1.0.0
Bower got much faster, and it also uses a cache so the install only
happens once.
Added `grunt build` which does not the "import" or "test" tasks.
2013-08-07 18:57:06 -04:00
Eric Ferraiuolo
04d158f414
Change grunt watch
task for first run a build
2013-06-07 13:00:35 -04:00
Eric Ferraiuolo
cc528c5d61
Add grunt watch
task
2013-06-05 18:51:10 -04:00
Eric Ferraiuolo
4783db4201
Add CSSLint and grunt test
task to lint CSS in the src/ dir
...
This gives basic linting of src CSS, but ignores linting normalize.css.
2013-06-05 14:04:38 -04:00
David Lantner
da94f2f31e
Typo in grunt.log message
...
"Stampped" to "Stamped"
2013-05-29 21:01:33 -03: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
494885d292
Integrate Bower into grunt import
task
...
This uses Bower to import the Normalize.css dependency.
2013-05-23 13:58:55 +01:00