Comparing version 0.1.2 to 0.1.3
@@ -39,3 +39,3 @@ var list, matchOutsideOfBrackets, pats; | ||
properties: ['background', 'background-image', 'border-image'], | ||
values: ['linear-gradient', 'repeating-linear-gradient', 'radial-gradient', 'repeating-radial-gradient'] | ||
values: [/(^|[^-])linear-gradient/, /(^|[^-])radial-gradient/] | ||
}, | ||
@@ -197,3 +197,3 @@ 'css3-boxsizing': { | ||
'pointer-events': { | ||
unimplemented: true | ||
properties: ['pointer-events'] | ||
}, | ||
@@ -204,28 +204,29 @@ 'css-regions': { | ||
'css-counters': { | ||
unimplemented: true | ||
properties: ['counter-reset', 'counter-increment'] | ||
}, | ||
'css-resize': { | ||
unimplemented: true | ||
properties: ['resize'] | ||
}, | ||
'css-repeating-gradients': { | ||
unimplemented: true | ||
properties: [''], | ||
values: ['repeating-linear-gradient', 'repeating-radial-gradient'] | ||
}, | ||
'getcomputedstyle': { | ||
unimplemented: true | ||
}, | ||
'word-break': { | ||
unimplemented: true | ||
properties: ['word-break'] | ||
}, | ||
'viewport-units': { | ||
unimplemented: true | ||
properties: [''], | ||
values: ['vw', 'vh', 'vmin', 'vmax'] | ||
}, | ||
'style-scoped': { | ||
unimplemented: true | ||
}, | ||
'outline': { | ||
unimplemented: true | ||
properties: ['outline', 'outline-style', 'outline-width', 'outline-color'] | ||
}, | ||
'css3-cursors': { | ||
unimplemented: true | ||
properties: ['cursor'], | ||
values: ['none', 'context-menu', 'cell', 'vertical-text', 'alias', 'copy', 'no-drop', 'not-allowed', 'nesw-resize', 'nwse-resize', 'col-resize', 'row-resize', 'all-scroll'] | ||
}, | ||
'css3-cursors-newer': { | ||
properties: ['cursor'], | ||
values: ['zoom-in', 'zoom-out'] | ||
}, | ||
'css-variables': { | ||
@@ -232,0 +233,0 @@ unimplemented: true |
{ | ||
"name": "doiuse", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Lint CSS for browser support against caniuse database.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56742
68
1084