mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
34 lines
3.6 KiB
JSON
34 lines
3.6 KiB
JSON
/*---------------------------------------------------------------------------------------------
|
||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||
*--------------------------------------------------------------------------------------------*/
|
||
// Do not edit this file. It is machine generated.
|
||
{
|
||
"css.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
|
||
"css.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
|
||
"css.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
|
||
"css.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
|
||
"css.lint.idSelector.desc": "選取器不應包含 ID,因為這些規則與 HTML 結合過於緊密。",
|
||
"css.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
|
||
"css.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
|
||
"css.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
|
||
"css.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
|
||
"less.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
|
||
"less.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
|
||
"less.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
|
||
"less.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
|
||
"less.lint.idSelector.desc": "選取器不應包含 ID,因為這些規則與 HTML 結合過於緊密。",
|
||
"less.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
|
||
"less.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
|
||
"less.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
|
||
"less.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。",
|
||
"scss.lint.boxModel.desc": "使用填補或框線時不要使用寬度或高度。",
|
||
"scss.lint.compatibleVendorPrefixes.desc": "在使用廠商專屬的前置詞時,請確定也包括其他所有的廠商特定屬性。",
|
||
"scss.lint.float.desc": "避免使用 'float'。浮動會使 CSS 脆弱,在版面配置的任一層面改變時容易中斷。",
|
||
"scss.lint.hexColorLength.desc": "十六進位色彩必須由三個或六個十六進位數字組成",
|
||
"scss.lint.idSelector.desc": "選取器不應包含 ID,因為這些規則與 HTML 結合過於緊密。",
|
||
"scss.lint.ieHack.desc": "只有在支援 IE7 及更舊的版本時才需要 IE Hack",
|
||
"scss.lint.important.desc": "避免使用 !important。這表示整個 CSS 的明確性皆失控,需要重構。",
|
||
"scss.lint.propertyIgnoredDueToDisplay.desc": "屬性因顯示而忽略。例如,若為 'display: inline',則 width、height、margin-top、margin-bottom 以及 float 屬性就不會有任何作用。",
|
||
"scss.lint.vendorPrefix.desc": "在使用廠商專屬的前置詞時,也包括標準屬性。"
|
||
} |