Skip to content

Commit e5d4c79

Browse files
committed
vendor-prefix-align: khtml prefix added
`-khtml` is really needed on special project for old browsers (Yandex lite version).
1 parent 6d02c82 commit e5d4c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/options/vendor-prefix-align.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = (function() {
22
// Vendor prefixes list:
33
var PREFIXES = [
44
'webkit',
5+
'khtml',
56
'moz',
67
'ms',
78
'o'

0 commit comments

Comments
 (0)