11 Commits

Author SHA1 Message Date
ff1a8ac6c7 feat(sass): add the ability to pass a contrast color in the colors map to iOS
this adds the functions necessary for the other modes as well

BREAKING CHANGE:

Can now pass contrast to the colors map:

```
$colors-ios: (

  primary: (
    base: #327eff,
    contrast: yellow
  ),
  secondary: (
    base: #32db64,
    contrast: hotpink
  ),
  danger: #d91e18,
  light: #f4f4f4,
  dark: #222
) !default;
```

references #5445
2016-03-22 17:14:39 -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
62c7199fd1 Merge branch '2.0' into windows-mode 2016-03-03 13:12:52 -05:00
8db6a855b8 refactor(sass): replace all instances of bg in sass variables with background
references #5651
2016-03-03 12:48:08 -05:00
922e1f17b8 feat(windows): add segment component
references #5565
2016-02-23 16:39:46 -05:00
892b0071cb fix(sass): rename brightness/inverse sass functions
Prefix custom sass color functions with color-
Closes #5542
2016-02-20 20:34:59 -06:00
7249cb39c6 refactor(segment): increase icon size inside of segment buttons
closes #5330
2016-02-13 12:42:54 -05:00
df9a4df264 fix(segment): add the active background color to the colorized segments and remove activated css
closes #5308
2016-02-12 11:48:39 -06:00
273bef6591 segment-hover/active-fix 2016-02-06 15:54:29 -06: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