mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Include .scss file samples
This commit is contained in:
		| @@ -252,7 +252,8 @@ | |||||||
|       ".rs" |       ".rs" | ||||||
|     ], |     ], | ||||||
|     "Sass": [ |     "Sass": [ | ||||||
|       ".sass" |       ".sass", | ||||||
|  |       ".scss" | ||||||
|     ], |     ], | ||||||
|     "Scala": [ |     "Scala": [ | ||||||
|       ".sbt", |       ".sbt", | ||||||
| @@ -388,8 +389,8 @@ | |||||||
|       ".gemrc" |       ".gemrc" | ||||||
|     ] |     ] | ||||||
|   }, |   }, | ||||||
|   "tokens_total": 363536, |   "tokens_total": 363564, | ||||||
|   "languages_total": 433, |   "languages_total": 434, | ||||||
|   "tokens": { |   "tokens": { | ||||||
|     "ABAP": { |     "ABAP": { | ||||||
|       "*/**": 1, |       "*/**": 1, | ||||||
| @@ -35404,22 +35405,27 @@ | |||||||
|       "port2.recv": 1 |       "port2.recv": 1 | ||||||
|     }, |     }, | ||||||
|     "Sass": { |     "Sass": { | ||||||
|       "blue": 4, |       "blue": 7, | ||||||
|       "#3bbfce": 1, |       "#3bbfce": 2, | ||||||
|       "margin": 4, |       ";": 6, | ||||||
|       "px": 1, |       "margin": 8, | ||||||
|  |       "px": 3, | ||||||
|  |       ".content_navigation": 1, | ||||||
|  |       "{": 2, | ||||||
|  |       "color": 4, | ||||||
|  |       "}": 2, | ||||||
|  |       ".border": 2, | ||||||
|  |       "padding": 2, | ||||||
|  |       "/": 4, | ||||||
|  |       "border": 3, | ||||||
|  |       "solid": 1, | ||||||
|       ".content": 1, |       ".content": 1, | ||||||
|       "-": 3, |       "-": 3, | ||||||
|       "navigation": 1, |       "navigation": 1, | ||||||
|       "border": 2, |  | ||||||
|       "color": 3, |  | ||||||
|       "darken": 1, |       "darken": 1, | ||||||
|       "(": 1, |       "(": 1, | ||||||
|       "%": 1, |       "%": 1, | ||||||
|       ")": 1, |       ")": 1 | ||||||
|       ".border": 1, |  | ||||||
|       "padding": 1, |  | ||||||
|       "/": 2 |  | ||||||
|     }, |     }, | ||||||
|     "Scala": { |     "Scala": { | ||||||
|       "SHEBANG#!sh": 2, |       "SHEBANG#!sh": 2, | ||||||
| @@ -39477,7 +39483,7 @@ | |||||||
|     "Rebol": 11, |     "Rebol": 11, | ||||||
|     "Ruby": 3854, |     "Ruby": 3854, | ||||||
|     "Rust": 3566, |     "Rust": 3566, | ||||||
|     "Sass": 28, |     "Sass": 56, | ||||||
|     "Scala": 420, |     "Scala": 420, | ||||||
|     "Scheme": 3478, |     "Scheme": 3478, | ||||||
|     "Scilab": 69, |     "Scilab": 69, | ||||||
| @@ -39579,7 +39585,7 @@ | |||||||
|     "Rebol": 1, |     "Rebol": 1, | ||||||
|     "Ruby": 16, |     "Ruby": 16, | ||||||
|     "Rust": 1, |     "Rust": 1, | ||||||
|     "Sass": 1, |     "Sass": 2, | ||||||
|     "Scala": 3, |     "Scala": 3, | ||||||
|     "Scheme": 1, |     "Scheme": 1, | ||||||
|     "Scilab": 3, |     "Scilab": 3, | ||||||
| @@ -39606,5 +39612,5 @@ | |||||||
|     "Xtend": 2, |     "Xtend": 2, | ||||||
|     "YAML": 1 |     "YAML": 1 | ||||||
|   }, |   }, | ||||||
|   "md5": "748cee37cde5be6ab7d9349db78010df" |   "md5": "094112556d8fb14809a3fcbc1a481c7c" | ||||||
| } | } | ||||||
							
								
								
									
										12
									
								
								samples/Sass/demo.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								samples/Sass/demo.scss
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | |||||||
|  | $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