mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			535 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			535 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "extends": [
 | 
						|
    "stylelint-config-twbs-bootstrap/scss"
 | 
						|
  ],
 | 
						|
  "rules": {
 | 
						|
    "function-disallowed-list": [
 | 
						|
      "calc",
 | 
						|
      "lighten",
 | 
						|
      "darken"
 | 
						|
    ],
 | 
						|
    "property-disallowed-list": [
 | 
						|
      "border-radius",
 | 
						|
      "border-top-left-radius",
 | 
						|
      "border-top-right-radius",
 | 
						|
      "border-bottom-right-radius",
 | 
						|
      "border-bottom-left-radius",
 | 
						|
      "transition"
 | 
						|
    ],
 | 
						|
    "scss/dollar-variable-default": [
 | 
						|
      true,
 | 
						|
      {
 | 
						|
        "ignore": "local"
 | 
						|
      }
 | 
						|
    ],
 | 
						|
    "scss/selector-no-union-class-name": true
 | 
						|
  }
 | 
						|
}
 |