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

.stylelintrc « examples « 4.1 « docs - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6a77dcedb652626fbd30582ddf2639de41b32387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "extends": "../../../.stylelintrc",
  "rules": {
    "at-rule-no-vendor-prefix": null,
    "comment-empty-line-before": null,
    "media-feature-name-no-vendor-prefix": null,
    "property-no-vendor-prefix": null,
    "selector-no-qualifying-type": null,
    "selector-no-vendor-prefix": null,
    "value-no-vendor-prefix": null
  }
}