mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Merge pull request #1818 from github/remove-scss-from-sass
SCSS isnt SASS
This commit is contained in:
		@@ -1864,7 +1864,7 @@ Oxygene:
 | 
			
		||||
  extensions:
 | 
			
		||||
  - .oxygene
 | 
			
		||||
  tm_scope: none
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
Oz:
 | 
			
		||||
  type: programming
 | 
			
		||||
  color: "#fcaf3e"
 | 
			
		||||
@@ -2383,7 +2383,6 @@ Sass:
 | 
			
		||||
  group: CSS
 | 
			
		||||
  extensions:
 | 
			
		||||
  - .sass
 | 
			
		||||
  - .scss
 | 
			
		||||
 | 
			
		||||
Scala:
 | 
			
		||||
  type: programming
 | 
			
		||||
 
 | 
			
		||||
@@ -1,12 +0,0 @@
 | 
			
		||||
$blue: #3bbfce;
 | 
			
		||||
$margin: 16px;
 | 
			
		||||
 | 
			
		||||
.content_navigation {
 | 
			
		||||
  color: $blue;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.border {
 | 
			
		||||
  padding: $margin / 2;
 | 
			
		||||
  margin: $margin / 2;
 | 
			
		||||
  border: 2px $blue solid;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user