-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.nls.json
23 lines (23 loc) · 1.77 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"cssrem.rootFontSize": "root font-size (unit: px), default: 16",
"cssrem.fixedDigits": "Px to rem decimal point maximum length, default: 4",
"cssrem.autoRemovePrefixZero": "Automatically remove prefix 0, default: true",
"cssrem.ignoresViaCommand": "Ignores `px` to `rem` when trigger command, can be set `[ \"1px\", \"0.5px\" ]`, default: []",
"cssrem.addMark": "Whether to enabled mark, default: false",
"cssrem.hover": "Whether to enable display conversion data on hover, default: true",
"cssrem.hover.disabled": "Disabled",
"cssrem.hover.always": "Anything, whether converted by the plug-in or not, will be displayed",
"cssrem.hover.onlyMark": "Only valid when `cssrem.addMark` is `true`",
"cssrem.currentLine": "Whether to display mark in after line, default: show",
"cssrem.currentLine.disabled": "Disabled",
"cssrem.currentLine.show": "Show",
"cssrem.ignores": "Ignore file list, support glob, like this: `[ 'demo.less', '**/*.styles' ]`",
"cssrem.languages": "Support language list `[ 'html', 'vue', 'css', 'postcss', 'less', 'scss', 'sass', 'stylus', 'tpl', 'wxss', 'twig', 'javascriptreact', 'typescriptreact', 'javascript', 'typescript' ]`, By default all include",
"cssrem.remHover": "Whether to enable rem hover",
"cssrem.vw": "Whether to enable VW switch px support",
"cssrem.vwHover": "Whether to enable vw hover",
"cssrem.vwDesign": "Specifies the width of the design (equar to the browser viewport width), default: `750`",
"cssrem.wxss": "Whether to enable WXSS support",
"cssrem.wxssScreenWidth": "规定屏幕宽度,默认 `750`,[尺寸单位](https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxss.html)",
"cssrem.wxssDeviceWidth": "设备分辨率宽度,官方推荐使用 iPhone6 作为视觉稿的标准,默认:`375`"
}