Skip to content

Commit ed351d2

Browse files
committed
added description strings for some settings
the commit message rhymes completely unintentionally
1 parent cad8750 commit ed351d2

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"author": "Tomas Hanacek <tomashanacek@abdoc.net> (https://github.com/tomashanacek)",
2222
"contributors": [
2323
"Marek Hrabe <marekhrabe@abdoc.net> (https://github.com/marekhrabe)",
24-
"Petr Brzek <petrbrzek@abdoc.net> (https://github.com/petrbrzek)"
24+
"Petr Brzek <petrbrzek@abdoc.net> (https://github.com/petrbrzek)",
25+
"Patrik Holcak <patrikholcak@abdoc.net> (https://github.com/patrikholcak)"
2526
],
2627
"license": "MIT",
2728
"dependencies": {
@@ -30,31 +31,38 @@
3031
},
3132
"settings": {
3233
"inheritFontStyles": {
34+
"description": "Group common styles for selected layers.",
3335
"type": "boolean",
3436
"default": true
3537
},
3638
"showComments": {
39+
"description": "Show a brief description of text layers.",
3740
"type": "boolean",
3841
"default": true
3942
},
4043
"showAbsolutePositions": {
44+
"description": "Show absolute X and Y coordinates for all layers.",
4145
"type": "boolean",
4246
"default": false
4347
},
4448
"useColorName": {
49+
"description": "Show color name values of common colors rather than hex codes.",
4550
"type": "boolean",
4651
"default": true
4752
},
4853
"vendorPrefixes": {
54+
"description": "Generate vendor prefixes like `display: -webkit-flex;`",
4955
"type": "boolean",
5056
"default": true
5157
},
5258
"autoprefixer": {
59+
"description": "Defines which vendor prefixes will be generated. Read more on [Github](https://github.com/postcss/autoprefixer).",
5360
"type": "text",
5461
"validate": "setAutoprefixer",
5562
"default": "> 1%, last 2 versions, Firefox ESR, Opera 12.1"
5663
},
5764
"selector": {
65+
"description": "Wrap code in a css selector.",
5866
"type": "boolean",
5967
"default": false
6068
},

0 commit comments

Comments
 (0)