https://github.com/twbs/bootstrap
Revision 04261d41b8c68359bb62486920e5bfb2d62c79d8 authored by dependabot[bot] on 01 September 2020, 15:07:43 UTC, committed by GitHub on 01 September 2020, 15:07:43 UTC
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 7.1.1 to 7.1.2.
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-cli/compare/7.1.1...7.1.2)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
1 parent 59896e4
Raw File
Tip revision: 04261d41b8c68359bb62486920e5bfb2d62c79d8 authored by dependabot[bot] on 01 September 2020, 15:07:43 UTC
Bump postcss-cli from 7.1.1 to 7.1.2 (#31566)
Tip revision: 04261d4
.stylelintrc
{
  "extends": [
    "stylelint-config-twbs-bootstrap/scss"
  ],
  "rules": {
    "property-blacklist": [
      "border-radius",
      "border-top-left-radius",
      "border-top-right-radius",
      "border-bottom-right-radius",
      "border-bottom-left-radius",
      "transition"
    ],
    "function-blacklist": ["calc"],
    "scss/dollar-variable-default": [
      true,
      {
        "ignore": "local"
      }
    ]
  }
}
back to top