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

.stylelintrc - github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48684d7d75394f700163e425313d4cca37cfddaa (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "extends": [
    "stylelint-config-twbs-bootstrap"
  ],
  "overrides": [
    {
      "files": "**/*.less",
      "customSyntax": "postcss-less"
    }
  ]
}