aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/twbs/bootstrap/.stylelintrc
blob: b9bde72db0defa20c1a23b2b44adab59f4ced025 (plain) (tree)
1
2
3
4
5
6
7
8
9
 

                                          

            



                                                   



                                 




                                   
                  
     

   
{
  "extends": [
    "stylelint-config-twbs-bootstrap/scss"
  ],
  "rules": {
    "declaration-property-value-disallowed-list": {
      "border": "none",
      "outline": "none"
    },
    "function-disallowed-list": [
      "calc"
    ],
    "property-disallowed-list": [
      "border-radius",
      "border-top-left-radius",
      "border-top-right-radius",
      "border-bottom-right-radius",
      "border-bottom-left-radius",
      "transition"
    ]
  }
}