mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
css: valid properties
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"css.lint.universalSelector.desc": "The universal selector (`*`) is known to be slow.",
|
||||
"css.lint.unknownAtRules.desc": "Unknown at-rule.",
|
||||
"css.lint.unknownProperties.desc": "Unknown property.",
|
||||
"css.lint.validProperties.desc": "A comma separated list of properties thta are not validated.",
|
||||
"css.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.",
|
||||
"css.lint.vendorPrefix.desc": "When using a vendor-specific prefix, also include the standard property.",
|
||||
"css.lint.zeroUnits.desc": "No unit for zero needed.",
|
||||
@@ -40,6 +41,7 @@
|
||||
"less.lint.propertyIgnoredDueToDisplay.desc": "Property is ignored due to the display. E.g. with `display: inline`, the `width`, `height`, `margin-top`, `margin-bottom`, and `float` properties have no effect.",
|
||||
"less.lint.universalSelector.desc": "The universal selector (`*`) is known to be slow.",
|
||||
"less.lint.unknownProperties.desc": "Unknown property.",
|
||||
"less.lint.validProperties.desc": "A comma separated list of properties thta are not validated.",
|
||||
"less.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.",
|
||||
"less.lint.vendorPrefix.desc": "When using a vendor-specific prefix, also include the standard property.",
|
||||
"less.lint.zeroUnits.desc": "No unit for zero needed.",
|
||||
@@ -61,6 +63,7 @@
|
||||
"scss.lint.propertyIgnoredDueToDisplay.desc": "Property is ignored due to the display. E.g. with `display: inline`, the `width`, `height`, `margin-top`, `margin-bottom`, and `float` properties have no effect.",
|
||||
"scss.lint.universalSelector.desc": "The universal selector (`*`) is known to be slow.",
|
||||
"scss.lint.unknownProperties.desc": "Unknown property.",
|
||||
"scss.lint.validProperties.desc": "A comma separated list of properties thta are not validated.",
|
||||
"scss.lint.unknownVendorSpecificProperties.desc": "Unknown vendor specific property.",
|
||||
"scss.lint.vendorPrefix.desc": "When using a vendor-specific prefix, also include the standard property.",
|
||||
"scss.lint.zeroUnits.desc": "No unit for zero needed.",
|
||||
|
||||
Reference in New Issue
Block a user