- 03 Oct, 2016 1 commit
-
-
Mark Otto authored
-
- 12 Sep, 2016 1 commit
-
-
Mark Otto authored
Update gruntfile to compile the Sass extras (flex, grid, and reboot) as part of the dist-css task (#20682)
-
- 27 Jul, 2016 1 commit
-
-
Mark Otto authored
- Creates new flexbox grid Sass file in our docs assets - Updates the Gruntfile to compile said new Sass file and minify the output - Update notice on flexbox docs page for how it works - Only enable compiled flexbox grid CSS in hosted docs site, not in dev (for easier and specific debugging of all flexbox features)
-
- 14 Jul, 2016 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 29 Jun, 2016 2 commits
-
-
XhmikosR authored
Only grunt-saucelabs is left in order to update grunt to v1.x.
-
Chris Rebert authored
* bower.json, package.json: Extend jQuery version ranges to include v3 * NuGet: Bump jQuery to v3.0.0.1 * Docs+Examples: Update jQuery to v3.0.0 * Use jQuery v3.0.0 for JS unit tests * Update jqueryVersionCheck to allow jQuery v3.x.x
-
- 27 Jun, 2016 1 commit
-
-
http://preview.twbsapps.comChris Rebert authored
-
- 26 Jun, 2016 1 commit
-
-
Chris Rebert authored
Previously, when running the docs locally, the site, rooted at: http://localhost:9001/ would reference docs assets using relative URLs such as: /../assets/js/vendor/anchor.min.js which is equivalent to: http://localhost:9001/../assets/js/vendor/anchor.min.js which is nonsense, since the root directory has no parent directory. Apparently browsers silently ignore this extra '..', hence why this wasn't noticed until now. But if you adjust Jekyll's `baseurl` setting, this mistake causes incorrect URLs to get generated. This commit corrects the problem by removing the extra '../' from the paths. These paths are also referenced in the Gruntfile, where the fix actually allows us to simplify the code. Previously, in the Gruntfile, we were doing, e.g.: path.join('./docs/assets', '../assets/js/vendor/anchor.min.js') which calculates to: ./docs/assets/../assets/js/vendor/anchor.min.js which can be simplified to: ...
-
- 20 Jun, 2016 1 commit
-
-
Chris Rebert authored
Refs #19990 Continues the degruntification process. Also removes mq4-hover-shim for now, since it doesn't yet implement the standard PostCSS plugin interface.
-
- 10 Jun, 2016 1 commit
-
-
Chris Rebert authored
-
- 05 Jun, 2016 2 commits
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
Chris Rebert authored
Refs #19990 [skip sauce] [skip validator]
-
- 04 Jun, 2016 1 commit
-
-
Chris Rebert authored
-
- 31 May, 2016 1 commit
-
-
Chris Rebert authored
Refs #19908 [skip sauce] [skip validator]
-
- 20 May, 2016 1 commit
-
-
- 02 Apr, 2016 1 commit
-
-
XhmikosR authored
Use concat's process function instead.
-
- 24 Mar, 2016 1 commit
-
-
Chris Rebert authored
-
- 15 Mar, 2016 1 commit
-
-
XhmikosR authored
-
- 19 Feb, 2016 1 commit
-
-
XhmikosR authored
Also remove the workaround for the old validator version. [skip sauce]
-
- 09 Feb, 2016 1 commit
-
-
vsn4ik authored
-
- 07 Feb, 2016 1 commit
-
-
Mark Otto authored
Remove csscomb (soon replace it with something else) because scsslint has most of it covered already
-
- 11 Jan, 2016 1 commit
-
-
Chris Rebert authored
Workaround for https://github.com/jzaefferer/grunt-html/issues/86
-
- 06 Jan, 2016 2 commits
-
-
Chris Rebert authored
Put all the textual input types right next to each other for easy visual comparison. Refs #17308, #18763 [skip sauce]
-
Chris Rebert authored
Erratum from #18778 [skip sauce]
-
- 04 Jan, 2016 3 commits
-
-
Chris Rebert authored
[skip sauce]
-
Mark Otto authored
-
Mark Otto authored
-
- 01 Jan, 2016 1 commit
-
-
Chris Rebert authored
[ci skip]
-
- 25 Dec, 2015 2 commits
-
-
Chris Rebert authored
[skip sauce] [skip validator]
-
Bass Jobsen authored
Refs #18584 Closes #18659 [skip sauce] [skip validator]
-
- 09 Dec, 2015 1 commit
-
-
Chris Rebert authored
[ci skip]
-
- 08 Dec, 2015 1 commit
-
-
Mark Otto authored
-
- 06 Dec, 2015 1 commit
-
-
Chris Rebert authored
Ports #18445 to v4. [skip sauce] [skip validator]
-
- 05 Dec, 2015 2 commits
-
-
Chris Rebert authored
The latest OS X Safari version is 9.0.1 Our prefixing policy dictates that we prefix 1 version back from the latest version. 9.0.1 - 1_major_version = 8.0 [skip validator]
-
Chris Rebert authored
[skip sauce] [skip validator]
-
- 03 Dec, 2015 1 commit
-
-
XhmikosR authored
Should automate the release process. [ci skip]
-
- 30 Nov, 2015 1 commit
-
-
Chris Rebert authored
The latest iOS version is 9.1 Our prefixing policy dictates that we prefix 1 version back from the latest version. 9.1 - 1_major_version = 8.0 [skip validator]
-
- 24 Nov, 2015 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 19 Nov, 2015 1 commit
-
-
Chris Rebert authored
[skip sauce]
-
- 16 Nov, 2015 1 commit
-
-
XhmikosR authored
Adapt uglify for the new version.
-