Commit Graph

80 Commits

Author SHA1 Message Date
Kevin Ross
709a4ffbf9 sass conversion fixes for 0.5.4 2015-12-08 15:48:04 -06:00
Kevin Ross
8b066e8bf9 Resolves #763 - button active and focus states 2015-12-08 14:39:12 -06:00
Kevin Ross
c9898040c5 Resolves #737 2015-12-08 10:52:29 -06:00
Pavel Tarno
e83b411d75 When using sass, the bootstrap-sass dependancy path should be specified in
the loadpath and not hardcoded in the import statement
2015-12-08 12:22:59 +02:00
Kevin Ross
6bac65f477 #738 Add csslint to the dist and address all the issues 2015-11-24 17:40:39 -06:00
Kevin Ross
466416497b #745 reviewed fab buttons, updated sass conversion 2015-11-24 16:34:17 -06:00
Kevin Ross
a48afdaa8f 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
828fd32669 #740 remove color variations 2015-11-22 10:23:34 -06:00
Kevin Ross
a3fc96318d #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
f0e1b9c2b6 #727 checkpoint - added specific import order for less vs sass, normalized more variables. 2015-11-21 10:37:35 -06:00
Kevin Ross
8d2a8f347c Merge branch 'master' into documentation-prototype 2015-11-21 07:51:13 -06:00
Kevin Ross
cc59aab1ed wip #727 - importing bootstrap 2015-11-21 07:43:52 -06:00
Kevin Ross
7dbdd7c7bc converted docs.css to a less file so we can use our variables 2015-11-20 16:18:58 -06:00
Kevin Ross
b6101554b2 added gh-pages build instructions, setup icons 2015-11-20 15:17:08 -06:00
Kevin Ross
d1b3f851ef Established grunt docs tasks and custom functions (i.e. generating icon list) 2015-11-20 14:24:39 -06:00
Kevin Ross
d9e9b0da32 reworking grunt and dependencies to more closely mirror bootstrap 2015-11-20 12:21:02 -06:00
Kevin Ross
75d589a528 Merge branch 'rosskevin-master' into documentation-prototype
Conflicts:
	Gruntfile.js
2015-11-19 16:03:28 -06:00
Kevin Ross
fecff76551 initial import of bs3 docs 2015-11-19 15:58:21 -06:00
Kevin Ross
d6bb60c446 - 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
2cfee47c9b normalize navbar forms with bootstrap font sizes since material inputs are larger 2015-11-18 15:51:06 -06:00
Kevin Ross
9526778842 fixed legacy floating labels 2015-11-10 14:31:56 -06:00
Kevin Ross
9bbd049fea normalized placeholders with labels, moved placeholder content generation to mixin, updated sass conversion 2015-11-10 13:36:15 -06:00
Kevin Ross
ba31a4a634 htmllinted the demo files - fixed errors 2015-11-06 17:41:39 -06:00
Kevin Ross
f1bb57a60f take sass out of livereload - cumbersome for development of less 2015-11-06 12:55:04 -06:00
Kevin Ross
ae4cfbeede fix livereload and watch to pickup js changes 2015-11-06 10:41:56 -06:00
Kevin Ross
0d745c8dbe color map created for full-palette, not generating properly yet. 2015-11-05 09:10:55 -06:00
Kevin Ross
1b2eedb6a2 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
da5e4e1ede 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
37342ce4cc added material:sass to the material task, removed unused/commented code 2015-11-04 17:30:10 -06:00
Kevin Ross
d0e45787a0 fix unquote on calcs 2015-11-04 17:02:39 -06:00
Kevin Ross
427b5046fe added generated file header, fixed contrast functions 2015-11-04 16:54:57 -06:00
Kevin Ross
6958131c31 altered conversion of shadows as mixins (incorrectly saw them as @extends) 2015-11-04 15:57:47 -06:00
Kevin Ross
8e5e348228 woohoo, first successful sass conversion/compilation 2015-11-04 15:40:12 -06:00
Kevin Ross
6f6b801866 converted alert-variations 2015-11-04 15:00:44 -06:00
Kevin Ross
8dca1cb0c4 navbar variations converted 2015-11-04 14:49:03 -06:00
Kevin Ross
cf4cc11a6a bg-img-variations replaced 2015-11-04 14:41:37 -06:00
Kevin Ross
f9f761b0eb fixed bg-box-shadow variations 2015-11-04 14:34:47 -06:00
Kevin Ross
95590f8b04 fixed shadow hovers 2015-11-03 12:33:54 -06:00
Kevin Ross
64e1fd6673 replaced bg color generic-variations with mixin 2015-11-03 12:28:56 -06:00
Kevin Ross
cfa603321e sass button-variations now being replaced 2015-11-03 12:12:20 -06:00
Kevin Ross
7fc8f47437 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
e4253075f4 Attempt at passing mixin name for variations (no-go so far) 2015-11-03 08:21:39 -06:00
Kevin Ross
89ed4e4b7b fix shadow extensions 2015-11-02 19:17:00 -06:00
Kevin Ross
46aae1da8a converting nested mixins to a list generated approach 2015-11-02 18:29:40 -06:00
Kevin Ross
86321236c1 working on converting _mixins.scss by hand. 2015-11-02 17:55:59 -06:00
Kevin Ross
f6aa6fb4d9 first automated sass conversion, using grunt task 'material:sass' 2015-11-02 14:39:13 -06:00
Kevin Ross
856a321785 prepare grunt-less-to-sass 2015-11-02 13:42:29 -06:00
FezVrasta
57c5cd88d3 removed jasmin tests from travis 2015-03-17 16:05:03 +01:00
FezVrasta
b607634e60 removed tests from build task 2015-03-16 15:45:18 +01:00
FezVrasta
a0e4a91984 improved material checkboxes (CHANGED MARKUP) 2015-03-11 16:45:01 +01:00