aboutsummaryrefslogtreecommitdiff
path: root/scss/_functions.scss
AgeCommit message (Expand)AuthorFilesLines
2020-11-13Rename scale-color() function to shift-color() to avoid collision with Sass's...Mark Otto1-2/+1
2020-10-13Colors rewrite (#30622)Martijn Cuppens1-12/+12
2020-09-28Replace ellipsis Unicode symbol with three dots. (#31774)XhmikosR1-1/+1
2020-09-15Add a comment for escape-svg functionMark Otto1-0/+3
2020-05-20Code simplificationMartijn Cuppens1-20/+7
2020-05-20feat(color-contrast): set min-contrast-ratio as an argumentGaël Poupard1-1/+1
2020-05-20feat(color-contrast): ensure we return a contrasted enough color (light-first...Gaël Poupard1-2/+33
2020-04-17feat: checks for `$grid-breakpoints` map list (#30609)Catalin Zalog1-4/+6
2020-04-06Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)Martijn Cuppens1-0/+2
2020-03-23Use WCAG contrast algo (#30168)Gaël Poupard1-6/+35
2019-12-25Escape brackets (#29857)Martijn Cuppens1-1/+6
2019-11-28Fix dart Sass compatibility for subtract (#29763)Shohei Yoshida1-1/+1
2019-11-28Fix dart Sass compatibility (#29755)Martijn Cuppens1-1/+1
2019-10-31Add add and subtract functionysds1-0/+37
2019-10-18v5: Update colors to add shades and tints (#29348)Mark Otto1-0/+8
2019-08-14Function map-get-multiple now returns the correct variable (#29247)Thomas Schaller1-1/+1
2019-07-25Drop `color()`, `theme-color()` & `gray()` functions (#29083)Martijn Cuppens1-16/+2
2019-07-19Use escape-svg() function (#29077)Martijn Cuppens1-0/+11
2019-05-30Utility API improvement: use $key/$value instead of nth (#28828)Ashfahan Khan1-1/+0
2019-05-24Fix Typo Mistake in SCSS comment (#28821)Ashfahan Khan1-1/+1
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens1-0/+24
2019-05-03More compact color-yiq function (#28514)Martijn Cuppens1-5/+1
2019-03-05disable assert assending check if the previous unit was a percentual value (#...mspae1-1/+1
2019-02-07Add map-name param to _assert-starts-at-zero (#24986)Zachary Welch1-3/+3
2018-10-21feature/yiq function, add parameters, with default values. (#26917)Andrey1-3/+3
2018-09-02Ignore percentage values for compare in mapsRoman O1-1/+1
2018-07-09correct spelling errors (#26837)Andrew1-1/+1
2018-01-21Use variables for theme-color-level functionMark Otto1-1/+1
2017-12-01Adds variable for color yiq threshold (#24886)Andres Galante1-1/+1
2017-11-15Correct spelling mistakes. (#24778)Edward Betts1-1/+1
2017-10-22add vars for yiq color contrast functionMark Otto1-2/+2
2017-10-04Merge branch 'v4-dev' into yiq-function-updateGijs Boddeus1-6/+2
2017-09-26Improve theme-color-level() using abs() (#24074)schwastek1-6/+2
2017-09-13modified the yiq to to an actual functiongijsbotje1-3/+3
2017-08-21Rename grayscale function to grayMark Otto1-1/+1
2017-06-29add map function for graysMark Otto1-0/+4
2017-06-25add theme-color-level function and interval so we can generate shades of colorsMark Otto1-0/+14
2017-06-25modify contrast valueMark Otto1-1/+1
2017-06-15add color contrast and map-get functionsMark Otto1-0/+23
2017-06-14rearrange, add commentsMark Otto1-8/+18
2017-06-14Move scss functions from top of variables to separate file, then import it in...Mark Otto1-0/+39