Commit Graph

789 Commits

Author SHA1 Message Date
Kevin Ross
fe4eb43524 restructured scss includes so there is one top-level underscored file that allows for inclusion without breaking variable context. 2015-11-25 18:19:13 -06:00
Kevin Ross
c132b1d365 fix travis rvm issue 2015-11-25 16:23:57 -06:00
Kevin Ross
dea387ae1b revert readme edit on images 2015-11-25 16:17:45 -06:00
Kevin Ross
813dff7b0a add back two images 2015-11-25 16:16:57 -06:00
Kevin Ross
feac2e0d71 shrink readme since the new docs have all the information (no need to have it in two places) 2015-11-25 16:12:12 -06:00
Kevin Ross
6e59be5f96 #728 Initial restructuring of project and alignment with BS4 tooling and documentation. 2015-11-25 16:01:18 -06:00
Kevin Ross
fba6b83c99 updated and removed some unmaintained sections 2015-11-24 18:04:20 -06:00
Kevin Ross
25ce7e2f07 0.5.0 2015-11-24 17:43:33 -06:00
Kevin Ross
538ad79703 Merge branch '0.5.0-dev' 2015-11-24 17:42:49 -06:00
Kevin Ross
3bb92d0df4 remove old files used for selector comparison 2015-11-24 17:41:18 -06:00
Kevin Ross
08d9d61e2e #738 dist files 2015-11-24 17:40:52 -06: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
0404dcc28d #740 updated radio color variables 2015-11-24 17:14:53 -06:00
Kevin Ross
5177178d7c readme and includes updates 2015-11-24 16:49:15 -06:00
Kevin Ross
466416497b #745 reviewed fab buttons, updated sass conversion 2015-11-24 16:34:17 -06:00
Kevin Ross
1ba984c2ec #745 disabled buttons and button groups 2015-11-24 14:54:42 -06:00
Kevin Ross
bd177e26f0 #745 btn and btn-group size variations 2015-11-24 14:27:01 -06:00
Kevin Ross
eac9d1e796 #745 btn-group and variations reworked, only fab left to review 2015-11-24 14:13:29 -06:00
Kevin Ross
edae99d6a6 checkpoint - a bunch of work on buttons, focused on spec compliance 2015-11-24 11:33:04 -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
9b498547ec note about clarity 2015-11-23 08:33:36 -06:00
Kevin Ross
1aa0e3c96f #740 address references to fullpalette in docs etc. Added TODOs where necessary 2015-11-22 10:44:56 -06:00
Kevin Ross
e6911960be removed changelog and updated github releases. From now on I will link releases to issues milestones for a full list. 2015-11-22 10:30:12 -06:00
Kevin Ross
828fd32669 #740 remove color variations 2015-11-22 10:23:34 -06:00
Kevin Ross
bb4a16657f 0.4.4 2015-11-21 15:36:03 -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
2de3250390 Solves #734 Generic label styles need to be applied outside of .form-group 2015-11-21 15:19:40 -06:00
Kevin Ross
d27ca1bc41 Solves #736 radios and checkboxes need to render outside of .form-group 2015-11-21 13:17:53 -06:00
Kevin Ross
15446adb11 Solves #735 togglebuttons example rendering outside of .form-group 2015-11-21 12:15:29 -06:00
Kevin Ross
0993d7b564 make sure bower and components are installed for travis 2015-11-21 11:51:04 -06:00
Kevin Ross
e41996fa10 #727 more normalization of variables, removal of many unused variables, and solved #352 with media query variables 2015-11-21 11:42:16 -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
04ab7ddc41 @mdb- namespace known material variables before beginning to use bs variables directly 2015-11-21 08:56:29 -06:00
Kevin Ross
af03f6809a remove jekyll to get travis to pass until we get back to the jekyll doc generation work 2015-11-21 08:41:12 -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
fd732ee09d 0.4.3 2015-11-21 06:38:24 -06:00
Kevin Ross
6a3263a0cc Solves #731 - webkit specific rule must be specified separately otherwise firefox ignores the ruleset 2015-11-21 06:36:20 -06:00
Kevin Ross
c23e623687 urls for public gh-pages 2015-11-20 19:32:25 -06:00
Kevin Ross
a3bedbe841 Basic color replacements completed 2015-11-20 17:50:50 -06:00
Kevin Ross
d48e061972 broke docs.css into smaller less files 2015-11-20 17:22:56 -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
d74c2aedd8 Merge branch 'rosskevin-master' into documentation-prototype 2015-11-20 11:00:42 -06:00
Kevin Ross
566453f56d Solves #730 and #636 -
- labels adjusted for horizontal forms, and generic labels now set in inputs.less
- js added to set is-focused on checkbox form-groups when hovering
- markup samples for right, left checkbox labels plus help-blocks
2015-11-20 10:17:12 -06:00
Kevin Ross
bac3779f90 update ignores 2015-11-20 08:27:54 -06:00
Kevin Ross
44994850e9 changing includes 2015-11-20 08:26:54 -06:00
Kevin Ross
0185c9ac1b stubbed in index and about information 2015-11-19 17:18:15 -06:00