vscode-css-languageservice
Advanced tools
Comparing version 2.0.3 to 2.1.0
@@ -121,3 +121,4 @@ var __extends = (this && this.__extends) || (function () { | ||
{ func: 'fade-in($color, $amount)', desc: localize('scss.builtin.fade-in', 'Makes a color more opaque.') }, | ||
{ func: 'transparentize($color, $amount) / fade-out($color, $amount)', desc: localize('scss.builtin.transparentize', 'Makes a color more transparent.') }, | ||
{ func: 'transparentize($color, $amount)', desc: localize('scss.builtin.transparentize', 'Makes a color more transparent.') }, | ||
{ func: 'fade-out($color, $amount)', desc: localize('scss.builtin.fade-out', 'Makes a color more transparent.') }, | ||
{ func: 'adjust-color($color, [$red], [$green], [$blue], [$hue], [$saturation], [$lightness], [$alpha])', desc: localize('scss.builtin.adjust-color', 'Increases or decreases one or more components of a color.') }, | ||
@@ -124,0 +125,0 @@ { func: 'scale-color($color, [$red], [$green], [$blue], [$saturation], [$lightness], [$alpha])', desc: localize('scss.builtin.scale-color', 'Fluidly scales one or more properties of a color.') }, |
{ | ||
"name": "vscode-css-languageservice", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "Language service for CSS, LESS and SCSS", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cssLanguageService.js", |
@@ -21,3 +21,3 @@ # vscode-css-languageservice | ||
- *findColorSymbols* evaluates all color symbols in the given document | ||
- *doRename* renames all symbols connected connected to the given location. | ||
- *doRename* renames all symbols connected to the given location. | ||
@@ -24,0 +24,0 @@ Installation |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3626198
20313