Commit Graph

74 Commits

Author SHA1 Message Date
Kevin Ross
677e33f4a2 Big refactoring checkpoint (not working yet), much work on web fonts, buttons, and primarily removing superfluous color variations that were generated without need. Variations mixins now require a component to be passed to make sure are generating specific css, and these variation mixins can now be executed from within the context (instead of the outside looking in with a long selector name). 2015-11-23 17:43:41 -06:00
Kevin Ross
a713a08550 #740 remove color variations 2015-11-22 10:23:34 -06:00
Kevin Ross
ce1dbbaeb5 #734 fixes sass conversion - Generic label styles need to be applied outside of .form-group 2015-11-21 15:35:17 -06:00
Kevin Ross
b05c95b190 #727 checkpoint - added specific import order for less vs sass, normalized more variables. 2015-11-21 10:37:35 -06:00
Kevin Ross
b88c6f5159 Merge branch 'master' into documentation-prototype 2015-11-21 07:51:13 -06:00
Kevin Ross
27b710ca51 wip #727 - importing bootstrap 2015-11-21 07:43:52 -06:00
Kevin Ross
cc5ce04ce5 converted docs.css to a less file so we can use our variables 2015-11-20 16:18:58 -06:00
Kevin Ross
23cf7c6057 added gh-pages build instructions, setup icons 2015-11-20 15:17:08 -06:00
Kevin Ross
a73958ce48 Established grunt docs tasks and custom functions (i.e. generating icon list) 2015-11-20 14:24:39 -06:00
Kevin Ross
15bf935b60 reworking grunt and dependencies to more closely mirror bootstrap 2015-11-20 12:21:02 -06:00
Kevin Ross
06ce20c464 Merge branch 'rosskevin-master' into documentation-prototype
Conflicts:
	Gruntfile.js
2015-11-19 16:03:28 -06:00
Kevin Ross
296100615f initial import of bs3 docs 2015-11-19 15:58:21 -06:00
Kevin Ross
3de6dff964 - remove deprecated version from bower.json https://github.com/bower/spec/blob/master/json.md
- bumped package.json
- changed cibuild target to build
2015-11-19 08:54:33 -06:00
Kevin Ross
ac150abd0c normalize navbar forms with bootstrap font sizes since material inputs are larger 2015-11-18 15:51:06 -06:00
Kevin Ross
593968cf2c fixed legacy floating labels 2015-11-10 14:31:56 -06:00
Kevin Ross
72c2795b74 normalized placeholders with labels, moved placeholder content generation to mixin, updated sass conversion 2015-11-10 13:36:15 -06:00
Kevin Ross
80ea586b74 htmllinted the demo files - fixed errors 2015-11-06 17:41:39 -06:00
Kevin Ross
38a8d1dc75 take sass out of livereload - cumbersome for development of less 2015-11-06 12:55:04 -06:00
Kevin Ross
0caa191354 fix livereload and watch to pickup js changes 2015-11-06 10:41:56 -06:00
Kevin Ross
1d3c0bdf4f color map created for full-palette, not generating properly yet. 2015-11-05 09:10:55 -06:00
Kevin Ross
ba880eb1fd sass demos added and linked. Files are generated in dist/sassc (so that fonts link properly), but ignored by .gitignore to avoid unnecessary distribution. 2015-11-05 08:25:02 -06:00
Kevin Ross
5593e446fb integrate sass demo into the grunt process. Gruntfile.js fails the jshint process with line too long, but it seems a better tradeoff to ignore this than to try to hack away at making an array.join on the regex. roboto.less changed because import order matters in sass. 2015-11-05 08:11:38 -06:00
Kevin Ross
23b0750905 added material:sass to the material task, removed unused/commented code 2015-11-04 17:30:10 -06:00
Kevin Ross
daaa9c1781 fix unquote on calcs 2015-11-04 17:02:39 -06:00
Kevin Ross
45926cd3a9 added generated file header, fixed contrast functions 2015-11-04 16:54:57 -06:00
Kevin Ross
b21fad8b87 altered conversion of shadows as mixins (incorrectly saw them as @extends) 2015-11-04 15:57:47 -06:00
Kevin Ross
a121b174a0 woohoo, first successful sass conversion/compilation 2015-11-04 15:40:12 -06:00
Kevin Ross
97df691b09 converted alert-variations 2015-11-04 15:00:44 -06:00
Kevin Ross
ca93368247 navbar variations converted 2015-11-04 14:49:03 -06:00
Kevin Ross
7f940586d9 bg-img-variations replaced 2015-11-04 14:41:37 -06:00
Kevin Ross
2942399fd5 fixed bg-box-shadow variations 2015-11-04 14:34:47 -06:00
Kevin Ross
9c7731cc3d fixed shadow hovers 2015-11-03 12:33:54 -06:00
Kevin Ross
7df67e3be0 replaced bg color generic-variations with mixin 2015-11-03 12:28:56 -06:00
Kevin Ross
ee22bdaef6 sass button-variations now being replaced 2015-11-03 12:12:20 -06:00
Kevin Ross
2c86dcd461 use a more generic param if we are going to be using this for other files such as buttons 2015-11-03 11:28:56 -06:00
Kevin Ross
ae7b27e247 Attempt at passing mixin name for variations (no-go so far) 2015-11-03 08:21:39 -06:00
Kevin Ross
be1b10071e fix shadow extensions 2015-11-02 19:17:00 -06:00
Kevin Ross
d2116947ba converting nested mixins to a list generated approach 2015-11-02 18:29:40 -06:00
Kevin Ross
1654ca56eb working on converting _mixins.scss by hand. 2015-11-02 17:55:59 -06:00
Kevin Ross
f397283d95 first automated sass conversion, using grunt task 'material:sass' 2015-11-02 14:39:13 -06:00
Kevin Ross
44d14470bc prepare grunt-less-to-sass 2015-11-02 13:42:29 -06:00
FezVrasta
661ca73242 removed jasmin tests from travis 2015-03-17 16:05:03 +01:00
FezVrasta
4174d0e12e removed tests from build task 2015-03-16 15:45:18 +01:00
FezVrasta
13cf2b7d7f improved material checkboxes (CHANGED MARKUP) 2015-03-11 16:45:01 +01:00
Fez Vrasta
2af247ba90 Merge pull request #472 from tyleriguchi/grunt-watch
fix watch task from recursing
2015-03-09 20:27:34 +01:00
FezVrasta
55bddb069c see changes to changelog.md 2015-03-09 17:10:44 +01:00
Tyler Iguchi
83760f2c57 fix watch task from recursing 2015-03-04 12:47:53 -08:00
Dan Dascalescu
e07961e23d Package versions without (Bootstrap) icons 2014-12-15 18:15:57 -08:00
Dan Dascalescu
eacf17b018 Meteor integration and README improvements 2014-12-15 07:18:42 -08:00
FezVrasta
09e9f5fc05 connect was accidentaly removed, re-implemented. 2014-12-05 09:25:06 +01:00