We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abf195 commit e4fc38eCopy full SHA for e4fc38e
1 file changed
lib/options/vendor-prefix-align.js
@@ -58,7 +58,7 @@ module.exports = {
58
*
59
* Return property name.
60
* e.g.
61
- * for:'color: #fff'
+ * for: 'color: #fff'
62
* returns string: 'color'
63
* @param {node} node
64
* @returns {String|undefined}
@@ -71,13 +71,13 @@ module.exports = {
71
/**
72
* Internal
73
74
- * Return for value name.
+ * Return property value name.
75
76
* for: '-webkit-transition: -webkit-transform 150ms linear'
77
* returns string: '-webkit-transform', and
78
* for: 'background: -webkit-linear-gradient(...)'
79
* returns string: '-webkit-linear-gradient'
80
- * @param {node}node
+ * @param {node} node
81
82
*/
83
_getValName: function(node) {
0 commit comments