vscode-css-languageservice
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -316,3 +316,3 @@ (function (factory) { | ||
if (value && !value.matches('none')) { | ||
this.addEntry(node_2, lintRules_1.Rules.PropertyIgnoredDueToDisplay, localize('rule.propertyIgnoredDueToDisplayInlineBlock', "Property is ignored due to the display. With 'display: inline-block', float properties have no effect.")); | ||
this.addEntry(node_2, lintRules_1.Rules.PropertyIgnoredDueToDisplay, localize('rule.propertyIgnoredDueToDisplayInlineBlock', "inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block'")); | ||
} | ||
@@ -319,0 +319,0 @@ } |
{ | ||
"name": "vscode-css-languageservice", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Language service for CSS, LESS and SCSS", | ||
@@ -5,0 +5,0 @@ "main": "./lib/cssLanguageService.js", |
Sorry, the diff of this file is too big to display
3638665
20625