Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-04Fix deprecation warning with sass 1.56.0 (#37425)Sebastian Blank
2022-08-10Update an outdated name mentioned in a Sass commentKitty Giraudel
2022-06-03Update some WCAG links, expand sass.md contrast explanation (#36489)Patrick H. Lauke
2022-03-13Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)Mark Otto
2021-08-10Add check to rgba-css-var function for body or bg (#34699)Mark Otto
2021-08-04Update color and background-color utilitiesMark Otto
2021-07-27More concise improvements for `add()` and `subtract()` (#34432)Gaël Poupard
2021-07-07Add maps for all colors, document how to extend color utilities (#32319)Mark Otto
2021-06-22Update the divide() functionMark Otto
2021-06-14Replace `/` division with multiplication and custom `divide()` function (#34245)Mark Otto
2021-05-25Handle complex expressions in add() & subtract() (#34047)Gaël Poupard
2020-11-13Rename scale-color() function to shift-color() to avoid collision with Sass's...Mark Otto
2020-10-13Colors rewrite (#30622)Martijn Cuppens
2020-09-28Replace ellipsis Unicode symbol with three dots. (#31774)XhmikosR
2020-09-15Add a comment for escape-svg functionMark Otto
2020-05-20Code simplificationMartijn Cuppens
2020-05-20feat(color-contrast): set min-contrast-ratio as an argumentGaël Poupard
2020-05-20feat(color-contrast): ensure we return a contrasted enough color (light-first...Gaël Poupard
2020-04-17feat: checks for `$grid-breakpoints` map list (#30609)Catalin Zalog
2020-04-06Create `scss-docs` shortcode to get some snippets from the Scs… (#30502)Martijn Cuppens
2020-03-23Use WCAG contrast algo (#30168)Gaël Poupard
2019-12-25Escape brackets (#29857)Martijn Cuppens
2019-11-28Fix dart Sass compatibility for subtract (#29763)Shohei Yoshida
2019-11-28Fix dart Sass compatibility (#29755)Martijn Cuppens
2019-10-31Add add and subtract functionysds
2019-10-18v5: Update colors to add shades and tints (#29348)Mark Otto
2019-08-14Function map-get-multiple now returns the correct variable (#29247)Thomas Schaller
2019-07-25Drop `color()`, `theme-color()` & `gray()` functions (#29083)Martijn Cuppens
2019-07-20Use escape-svg() function (#29077)Martijn Cuppens
2019-05-30Utility API improvement: use $key/$value instead of nth (#28828)Ashfahan Khan
2019-05-25Fix Typo Mistake in SCSS comment (#28821)Ashfahan Khan
2019-05-23Helpers & utilities split (#28445)Martijn Cuppens
2019-05-03More compact color-yiq function (#28514)Martijn Cuppens
2019-03-05disable assert assending check if the previous unit was a percentual value (#...mspae
2019-02-07Add map-name param to _assert-starts-at-zero (#24986)Zachary Welch
2018-10-21feature/yiq function, add parameters, with default values. (#26917)Andrey
2018-09-03Ignore percentage values for compare in mapsRoman O
2018-07-10correct spelling errors (#26837)Andrew
2018-01-21Use variables for theme-color-level functionMark Otto
2017-12-02Adds variable for color yiq threshold (#24886)Andres Galante
2017-11-15Correct spelling mistakes. (#24778)Edward Betts
2017-10-22add vars for yiq color contrast functionMark Otto
2017-10-04Merge branch 'v4-dev' into yiq-function-updateGijs Boddeus
2017-09-26Improve theme-color-level() using abs() (#24074)schwastek
2017-09-13modified the yiq to to an actual functiongijsbotje
2017-08-21Rename grayscale function to grayMark Otto
2017-06-30add map function for graysMark Otto
2017-06-26add theme-color-level function and interval so we can generate shades of colorsMark Otto
2017-06-26modify contrast valueMark Otto
2017-06-15add color contrast and map-get functionsMark Otto