This repository was archived by the owner on Dec 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 44 "box-sizing": false,
55 "compatible-vendor-prefixes": false,
66 "duplicate-background-images": false,
7+ "font-sizes": false,
78 "import": false,
89 "important": false,
910 "outline-none": false,
Original file line number Diff line number Diff line change 1010 "maintainers" : [
1111 {
1212 "name" : " Sarah Frisk" ,
13- "email" : " sarah@sarahfrisk.net " ,
14- "url" : " http://sarahfrisk.net "
13+ "email" : " sarah@sarahfrisk.com " ,
14+ "url" : " http://sarahfrisk.com "
1515 },
1616 {
1717 "name" : " Alexander Schmitz" ,
Original file line number Diff line number Diff line change 3636 & :disabled {
3737 @include ui-button-state-disabled ($color , $bgcolor );
3838 }
39- & [aria-disabled = " true" ] {
40- @include ui-button-state-disabled ($color , $bgcolor );
41- }
39+ /* *
40+ * This triggers 'unqualified-attributes' in csslint
41+ * &[aria-disabled="true"] {
42+ * @include ui-button-state-disabled($color, $bgcolor);
43+ * }
44+ **/
4245}
4346
4447@mixin ui-button-state-default ($color , $bgcolor ) {
Original file line number Diff line number Diff line change 77
88@import
99 " atoms/icons/icons" ,
10- " atoms/typography/typography" ;
10+ " atoms/typography/typography" ,
11+ " atoms/buttons/buttons" ;
1112
1213@import
1314 " views/main" ;
You can’t perform that action at this time.
0 commit comments