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

.stylelintrc - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50a9473ce34f069058362356f4ac3109bc4a316f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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"
    ]
  }
}