We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
IMAGE-SET
1 parent b1b84c8 commit 2f33ca2Copy full SHA for 2f33ca2
plugins/postcss-image-set-function/index.js
@@ -2,7 +2,7 @@ import postcss from 'postcss';
2
import valueParser from 'postcss-values-parser';
3
import processImageSet from './lib/process-image-set';
4
5
-const imageSetValueMatchRegExp = /(^|[^\w-])(-webkit-)?image-set\(/
+const imageSetValueMatchRegExp = /(^|[^\w-])(-webkit-)?image-set\(/i
6
const imageSetFunctionMatchRegExp = /^(-webkit-)?image-set$/i
7
8
export default postcss.plugin('postcss-image-set-function', opts => {
0 commit comments