Skip to content

Commit 138f463

Browse files
committed
because i think we don't need copypaste of '-'
1 parent 628924e commit 138f463

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/options/vendor-prefix-align.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ module.exports = {
4040
if (!propertyName) return;
4141

4242
this._prefixesList.some(function(prefix) {
43-
// TODO: Why don't we store prefixes with `-`?
4443
prefix = '-' + prefix + '-';
4544
if (propertyName.indexOf(prefix) !== 0) return;
4645

0 commit comments

Comments
 (0)