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 (Collapse)Author
2021-12-14Update stylelint and stylelint-config-twbs-bootstrap (#35438)XhmikosR
2021-01-13Stylelint: disallow some property values (#32756)XhmikosR
* `border: none` * `outline: none`
2020-10-13Colors rewrite (#30622)Martijn Cuppens
2020-09-28Update stylelint to v13.7.2 (#31726)XhmikosR
2020-09-15Update Stylelint rulesXhmikosR
Enable `scss/selector-no-union-class-name`
2019-11-22Use double quotes in `.stylelintrc` (#29709)Martijn Cuppens
2019-10-31Update stylelint-config-twbs-bootstrap to 0.9.0 (#29612)Martijn Cuppens
* Update stylelint-config-twbs-bootstrap to 0.9.0 * Add `scss/dollar-variable-default` rule This rule was removed from `stylelint-config-twbs-bootstrap` (https://github.com/twbs/stylelint-config-twbs-bootstrap/pull/27) in favour to add it here.
2019-10-31Add calc() to function blacklistMartijn Cuppens
2019-01-24Update devDependencies and gems. (#28094)XhmikosR
2019-01-10Update devDependencies. (#28016)XhmikosR
2019-01-05Switch to our Stylelint config. (#27974)XhmikosR
2018-12-23Blacklist border-radius property (use mixin instead) (#27900)Martijn Cuppens
2018-11-17Enforce lowercase class name in .stylelintrc (#27668)Christian Oliff
2018-10-21Disallow transition property (use mixin instead)Martijn Cuppens
2018-10-15Tighten stylelint config. (#27336)XhmikosR
Also improve its formatting.
2018-07-25add 'lighter' and 'bolder' font weight classes (#26580)Andrew
* add 'lighter' and 'bolder' font weight classes these are 2 special values for font weight, that will give their content a font-weight value of 100 more or less than their inherited font-weight. probably doesn't fully fulfill this issue, https://github.com/twbs/bootstrap/issues/23969, but it's a start * Update .stylelintrc * add 'lighter' and 'bolder' variables per @mdo 's request.
2018-04-10Fix incorrect value of Stylelint option (#26192)ruedap
2018-03-20Making use of `prefers-reduced-motion` media query (#25641)Mike Rogers
* Making use of `prefers-reduced-motion` media query As discussed in #25249 - if a user (Who is using Safari / iOS) requests reduced motion in their system settings, we should avoid transitions. * Ignoring prefers reduced motion for CSS Linting * Updating copy clarifying the reduce motion functionality in accessibility.md
2018-02-12Update stylelint config to add missing properties (#25572)in-in
* add missing properties list of new properties: align-content animation-fill-mode appearance column-count column-fill column-gap column-rule column-rule-color column-rule-style column-rule-width column-span column-width columns direction fill flex-shrink orphans page-break-after page-break-before page-break-inside perspective src stroke unicode-bidi widows * fix invalid JSON config add curly brackets * Update .stylelintrc
2018-02-07Enable `scss/dollar-variable-default` rule (#25542)freezy
This checks if all variables are `!default`.
2018-01-11Clean up and tweak ESLint rules.XhmikosR
Also, refactor ESLint and stylelint config files; now everything will work from our root dir.