Commit Graph

  • f1bb57a60f take sass out of livereload - cumbersome for development of less Kevin Ross 2015-11-06 12:55:04 -0600
  • 795eef1c53 structural refactoring of less file, no effective changes to selectors or properties. Kevin Ross 2015-11-06 12:42:35 -0600
  • 8950e01f06 structural refactoring of less file, no effective changes to selectors or properties. Kevin Ross 2015-11-06 12:42:35 -0600
  • f6f608ea4e Allow elements without form-group for backward compatibility, since it seems feasible at this point. Kevin Ross 2015-11-06 11:04:07 -0600
  • 80b47b86fc Allow elements without form-group for backward compatibility, since it seems feasible at this point. Kevin Ross 2015-11-06 11:04:07 -0600
  • 0caa191354 fix livereload and watch to pickup js changes Kevin Ross 2015-11-06 10:41:56 -0600
  • ae4cfbeede fix livereload and watch to pickup js changes Kevin Ross 2015-11-06 10:41:56 -0600
  • 36896a585b Standardized hints while providing backwards compatibility on data-hint Kevin Ross 2015-11-06 10:34:41 -0600
  • e8bb88c79c Standardized hints while providing backwards compatibility on data-hint Kevin Ross 2015-11-06 10:34:41 -0600
  • 2d52fc271c removed form-control-wrapper in lieu of standard form-group Kevin Ross 2015-11-06 10:30:05 -0600
  • 59811e4ca5 removed form-control-wrapper in lieu of standard form-group Kevin Ross 2015-11-06 10:30:05 -0600
  • 000d46d930 format only (so changes are more obvious) Kevin Ross 2015-11-06 09:28:16 -0600
  • 660d5004cd format only (so changes are more obvious) Kevin Ross 2015-11-06 09:28:16 -0600
  • 5f654153bd Merge pull request #714 from rosskevin/scss-conversion Fez Vrasta 2015-11-06 15:35:05 +0100
  • 01e39ac88c Merge pull request #714 from rosskevin/scss-conversion Fez Vrasta 2015-11-06 15:35:05 +0100
  • 8d108312cd sass is inclusion order dependent. In order to get the full-palette vs standard-palette, it required a separation of the content in material.less into _material.less to separate dependencies vs content. Kevin Ross 2015-11-05 10:56:14 -0600
  • 409df63756 sass is inclusion order dependent. In order to get the full-palette vs standard-palette, it required a separation of the content in material.less into _material.less to separate dependencies vs content. Kevin Ross 2015-11-05 10:56:14 -0600
  • a22c4243a7 html files should be local paths to ensure we are testing changes (not old changes pushed on gh-pages) Kevin Ross 2015-11-05 10:53:58 -0600
  • f0d1d6523f html files should be local paths to ensure we are testing changes (not old changes pushed on gh-pages) Kevin Ross 2015-11-05 10:53:58 -0600
  • 1d3c0bdf4f color map created for full-palette, not generating properly yet. Kevin Ross 2015-11-05 09:10:55 -0600
  • 0d745c8dbe color map created for full-palette, not generating properly yet. Kevin Ross 2015-11-05 09:10:55 -0600
  • 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. Kevin Ross 2015-11-05 08:25:02 -0600
  • 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. Kevin Ross 2015-11-05 08:25:02 -0600
  • 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. Kevin Ross 2015-11-05 08:11:38 -0600
  • 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. Kevin Ross 2015-11-05 08:11:38 -0600
  • 80610d9bc9 Added // SASS conversion note: to any less file that has a content change that must be manually synced to the _mixins-shared.scss Kevin Ross 2015-11-04 17:50:22 -0600
  • 9bba410677 Added // SASS conversion note: to any less file that has a content change that must be manually synced to the _mixins-shared.scss Kevin Ross 2015-11-04 17:50:22 -0600
  • 77b731f78c sass conversion cleanup/removal of commented code Kevin Ross 2015-11-04 17:36:36 -0600
  • e14776f52e sass conversion cleanup/removal of commented code Kevin Ross 2015-11-04 17:36:36 -0600
  • 23b0750905 added material:sass to the material task, removed unused/commented code Kevin Ross 2015-11-04 17:30:10 -0600
  • 37342ce4cc added material:sass to the material task, removed unused/commented code Kevin Ross 2015-11-04 17:30:10 -0600
  • 77ee32ce03 debugged bg-img-variations against dist, noted that the current dist had duplicate calls to the same mixin (fixed in the less file now) Kevin Ross 2015-11-04 17:24:27 -0600
  • 94cfe45c3a debugged bg-img-variations against dist, noted that the current dist had duplicate calls to the same mixin (fixed in the less file now) Kevin Ross 2015-11-04 17:24:27 -0600
  • daaa9c1781 fix unquote on calcs Kevin Ross 2015-11-04 17:02:39 -0600
  • d0e45787a0 fix unquote on calcs Kevin Ross 2015-11-04 17:02:39 -0600
  • 45926cd3a9 added generated file header, fixed contrast functions Kevin Ross 2015-11-04 16:54:57 -0600
  • 427b5046fe added generated file header, fixed contrast functions Kevin Ross 2015-11-04 16:54:57 -0600
  • b21fad8b87 altered conversion of shadows as mixins (incorrectly saw them as @extends) Kevin Ross 2015-11-04 15:57:47 -0600
  • 6958131c31 altered conversion of shadows as mixins (incorrectly saw them as @extends) Kevin Ross 2015-11-04 15:57:47 -0600
  • d607559f26 shadows are mixins and must be placed at the top for usage by other files (sass requirement) Kevin Ross 2015-11-04 15:56:56 -0600
  • 4ebb1c4596 shadows are mixins and must be placed at the top for usage by other files (sass requirement) Kevin Ross 2015-11-04 15:56:56 -0600
  • a121b174a0 woohoo, first successful sass conversion/compilation Kevin Ross 2015-11-04 15:40:12 -0600
  • 8e5e348228 woohoo, first successful sass conversion/compilation Kevin Ross 2015-11-04 15:40:12 -0600
  • 485735a249 removed syntactically incorrect , Kevin Ross 2015-11-04 15:39:34 -0600
  • 583238e512 removed syntactically incorrect , Kevin Ross 2015-11-04 15:39:34 -0600
  • 97df691b09 converted alert-variations Kevin Ross 2015-11-04 15:00:44 -0600
  • 6f6b801866 converted alert-variations Kevin Ross 2015-11-04 15:00:44 -0600
  • ca93368247 navbar variations converted Kevin Ross 2015-11-04 14:49:03 -0600
  • 8dca1cb0c4 navbar variations converted Kevin Ross 2015-11-04 14:49:03 -0600
  • 7f940586d9 bg-img-variations replaced Kevin Ross 2015-11-04 14:41:37 -0600
  • cf4cc11a6a bg-img-variations replaced Kevin Ross 2015-11-04 14:41:37 -0600
  • 23822f4b24 found duplicate style declaration in _inputs.less Kevin Ross 2015-11-04 14:37:38 -0600
  • d05947d79c found duplicate style declaration in _inputs.less Kevin Ross 2015-11-04 14:37:38 -0600
  • 2942399fd5 fixed bg-box-shadow variations Kevin Ross 2015-11-04 14:34:47 -0600
  • f9f761b0eb fixed bg-box-shadow variations Kevin Ross 2015-11-04 14:34:47 -0600
  • e6027d6568 mixin btn-shadow must be defined before use. Kevin Ross 2015-11-04 14:23:20 -0600
  • 12dbc8d160 mixin btn-shadow must be defined before use. Kevin Ross 2015-11-04 14:23:20 -0600
  • c9bc2e623b fixed color palette. Sass has no way of 1. obtaining a declared variable by a string, and 2. getting a Color object from a string (required for functions such as darken) Kevin Ross 2015-11-04 12:03:16 -0600
  • 724b4acf66 fixed color palette. Sass has no way of 1. obtaining a declared variable by a string, and 2. getting a Color object from a string (required for functions such as darken) Kevin Ross 2015-11-04 12:03:16 -0600
  • 057f55cbf7 mixins converted to use maps for parameters - fixed variations param order. Kevin Ross 2015-11-04 10:57:10 -0600
  • d66a468d89 mixins converted to use maps for parameters - fixed variations param order. Kevin Ross 2015-11-04 10:57:10 -0600
  • 2f1a367970 Extracting typography. jsdevel 2015-11-04 02:55:55 -0700
  • 47520237ea Extracting typography. jsdevel 2015-11-04 02:55:55 -0700
  • 9c7731cc3d fixed shadow hovers Kevin Ross 2015-11-03 12:33:54 -0600
  • 95590f8b04 fixed shadow hovers Kevin Ross 2015-11-03 12:33:54 -0600
  • 7df67e3be0 replaced bg color generic-variations with mixin Kevin Ross 2015-11-03 12:28:56 -0600
  • 64e1fd6673 replaced bg color generic-variations with mixin Kevin Ross 2015-11-03 12:28:56 -0600
  • ee22bdaef6 sass button-variations now being replaced Kevin Ross 2015-11-03 12:12:20 -0600
  • cfa603321e sass button-variations now being replaced Kevin Ross 2015-11-03 12:12:20 -0600
  • 2c86dcd461 use a more generic param if we are going to be using this for other files such as buttons Kevin Ross 2015-11-03 11:28:56 -0600
  • 7fc8f47437 use a more generic param if we are going to be using this for other files such as buttons Kevin Ross 2015-11-03 11:28:56 -0600
  • 6acbb9ca7d discovered invalid css btn-ink Kevin Ross 2015-11-03 10:17:44 -0600
  • 1697b5870a discovered invalid css btn-ink Kevin Ross 2015-11-03 10:17:44 -0600
  • aa67ceaeaa finished working through sass mixins to mimic less pass by function. Kevin Ross 2015-11-03 09:57:40 -0600
  • c412642215 finished working through sass mixins to mimic less pass by function. Kevin Ross 2015-11-03 09:57:40 -0600
  • ae7b27e247 Attempt at passing mixin name for variations (no-go so far) Kevin Ross 2015-11-03 08:21:39 -0600
  • e4253075f4 Attempt at passing mixin name for variations (no-go so far) Kevin Ross 2015-11-03 08:21:39 -0600
  • be1b10071e fix shadow extensions Kevin Ross 2015-11-02 19:17:00 -0600
  • 89ed4e4b7b fix shadow extensions Kevin Ross 2015-11-02 19:17:00 -0600
  • 2ddee7dae9 removed nested mixins in lieu of list iteration Kevin Ross 2015-11-02 18:41:17 -0600
  • 51669b9e00 removed nested mixins in lieu of list iteration Kevin Ross 2015-11-02 18:41:17 -0600
  • d2116947ba converting nested mixins to a list generated approach Kevin Ross 2015-11-02 18:29:40 -0600
  • 46aae1da8a converting nested mixins to a list generated approach Kevin Ross 2015-11-02 18:29:40 -0600
  • 1654ca56eb working on converting _mixins.scss by hand. Kevin Ross 2015-11-02 17:55:59 -0600
  • 86321236c1 working on converting _mixins.scss by hand. Kevin Ross 2015-11-02 17:55:59 -0600
  • f397283d95 first automated sass conversion, using grunt task 'material:sass' Kevin Ross 2015-11-02 14:39:13 -0600
  • f6aa6fb4d9 first automated sass conversion, using grunt task 'material:sass' Kevin Ross 2015-11-02 14:39:13 -0600
  • 44d14470bc prepare grunt-less-to-sass Kevin Ross 2015-11-02 13:42:29 -0600
  • 856a321785 prepare grunt-less-to-sass Kevin Ross 2015-11-02 13:42:29 -0600
  • 81f25a7629 Merge pull request #709 from krzystof/master Fez Vrasta 2015-10-30 18:12:42 +0100
  • 3b4ffb728e Merge pull request #709 from krzystof/master Fez Vrasta 2015-10-30 18:12:42 +0100
  • 058cd82df0 Wait for page load during test krzystof 2015-10-30 12:58:31 +0000
  • db6bef1106 Wait for page load during test krzystof 2015-10-30 12:58:31 +0000
  • b76a53a1af Update package.js in Meteor for travis CI krzystof 2015-10-30 12:24:13 +0000
  • e058c528fb Update package.js in Meteor for travis CI krzystof 2015-10-30 12:24:13 +0000
  • 4ad380f5a7 Update Meteor version requirement krzystof 2015-10-30 12:17:55 +0000
  • 9b9b5d2408 Update Meteor version requirement krzystof 2015-10-30 12:17:55 +0000
  • b9ba8c93eb Fix grunt task for travis CI krzystof 2015-10-30 12:02:13 +0000
  • 721f398acd Fix grunt task for travis CI krzystof 2015-10-30 12:02:13 +0000
  • 9971d49a0a Fix jshint warnings krzystof 2015-10-30 11:47:47 +0000