Commit Graph

712 Commits

Author SHA1 Message Date
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
80610d9bc9 Added // SASS conversion note: to any less file that has a content change that must be manually synced to the _mixins-shared.scss 2015-11-04 17:50:22 -06:00
Kevin Ross
77b731f78c sass conversion cleanup/removal of commented code 2015-11-04 17:36:36 -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
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) 2015-11-04 17:24:27 -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
d607559f26 shadows are mixins and must be placed at the top for usage by other files (sass requirement) 2015-11-04 15:56:56 -06:00
Kevin Ross
a121b174a0 woohoo, first successful sass conversion/compilation 2015-11-04 15:40:12 -06:00
Kevin Ross
485735a249 removed syntactically incorrect , 2015-11-04 15:39:34 -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
23822f4b24 found duplicate style declaration in _inputs.less 2015-11-04 14:37:38 -06:00
Kevin Ross
2942399fd5 fixed bg-box-shadow variations 2015-11-04 14:34:47 -06:00
Kevin Ross
e6027d6568 mixin btn-shadow must be defined before use. 2015-11-04 14:23:20 -06:00
Kevin Ross
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) 2015-11-04 12:03:16 -06:00
Kevin Ross
057f55cbf7 mixins converted to use maps for parameters - fixed variations param order. 2015-11-04 10:57:10 -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
6acbb9ca7d discovered invalid css btn-ink 2015-11-03 10:17:44 -06:00
Kevin Ross
aa67ceaeaa finished working through sass mixins to mimic less pass by function. 2015-11-03 09:57:40 -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
2ddee7dae9 removed nested mixins in lieu of list iteration 2015-11-02 18:41:17 -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
Fez Vrasta
81f25a7629 Merge pull request #709 from krzystof/master
Fix Main file in package.json
2015-10-30 18:12:42 +01:00
krzystof
058cd82df0 Wait for page load during test 2015-10-30 12:58:31 +00:00
krzystof
b76a53a1af Update package.js in Meteor for travis CI 2015-10-30 12:24:13 +00:00
krzystof
4ad380f5a7 Update Meteor version requirement 2015-10-30 12:17:55 +00:00
krzystof
b9ba8c93eb Fix grunt task for travis CI 2015-10-30 12:02:13 +00:00
krzystof
9971d49a0a Fix jshint warnings 2015-10-30 11:47:47 +00:00
krzystof
e7fc2583f8 Fix Main file in package.json 2015-10-30 11:41:45 +00:00
Fez Vrasta
8cf7f0c522 Merge pull request #699 from wolfika/master
Replace hard-coded font path in roboto.less
2015-10-10 16:05:30 +02:00
wolfika
4171e4dd64 replace hard-coded font path in roboto.less
The path for fonts were hard-coded into the roboto.less file. I imported
the required _variable and _colors files into roboto.less, so that the
variable containing the fonts path could be reached.

fixes #697
2015-10-08 20:51:13 +02:00
Fez Vrasta
10c38d66ae Merge pull request #683 from craigrich/issue/672
Fix - Dropdown Icon
2015-08-26 21:06:28 +02:00
Fez Vrasta
1d113cccde Merge pull request #685 from 8aginski/master
Fixed one of the conditions for adding the "empty" CSS class
2015-08-26 21:06:07 +02:00
Michał Bagiński
e48f14c3b7 fixed one of the conditions for adding the "empty" CSS class 2015-08-26 18:13:13 +02:00
Craig Richardson
68a3c69651 Fixes #672 2015-08-26 10:52:01 +01:00
Fez Vrasta
1e820e5e24 Merge pull request #679 from 8aginski/master
Fixed the CSS selector
2015-08-23 23:13:30 +02:00
Michał Bagiński
4c55c30074 fixed the CSS selector 2015-08-22 23:09:49 +02:00
Fez Vrasta
135c9033c1 Merge pull request #677 from 8aginski/master
Attach document-level delegated event handlers only once
2015-08-22 18:04:55 +02:00
Michał Bagiński
bbb0b115fb attach document-level delegated event handlers only once
These handlers were wrongly attached on every input(...) or autofill(...) call, which resulted in redundant attachments in certain scenarios (e.g. when using arrive). Now they are attached only on init().
2015-08-22 16:17:50 +02:00
Michał Bagiński
894c53d979 grunt 2015-08-22 15:13:49 +02:00