|
203b07809e
|
Revert "fix(sass): remove global imports from components"
This reverts commit dad2155ecdf3f1b9864996c5a843f451ff4f0aef.
|
2016-04-11 13:24:58 -04:00 |
|
|
dad2155ecd
|
fix(sass): remove global imports from components
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component
fixes #5931
|
2016-04-11 11:59:44 -04:00 |
|
|
5fc77b5081
|
chore(sass): fix linter errors
|
2016-03-23 12:33:56 -04:00 |
|
|
9efa3ea3e6
|
feat(sass): add support for contrast color in MD mode colors map
BREAKING CHANGE:
Can now pass contrast to the colors map:
```
$colors-md: (
primary: (
base: #327eff,
contrast: yellow
),
secondary: (
base: #32db64,
contrast: hotpink
),
danger: #d91e18,
light: #f4f4f4,
dark: #222
) !default;
```
references #5445
|
2016-03-22 17:53:08 -04:00 |
|
|
d3d689ae11
|
style(sass): remove all PropertySortOrder errors from linter
references #5797
|
2016-03-14 15:56:19 -04:00 |
|
|
f7b52eeee1
|
chore(sass): update sass to match linter config
references #5797
|
2016-03-10 22:42:38 -05:00 |
|
|
922e1f17b8
|
feat(windows): add segment component
references #5565
|
2016-02-23 16:39:46 -05:00 |
|
|
7249cb39c6
|
refactor(segment): increase icon size inside of segment buttons
closes #5330
|
2016-02-13 12:42:54 -05:00 |
|
|
854d90f4c1
|
refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
references #689
|
2015-12-09 17:20:11 -05:00 |
|