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.
1 parent c52cd71 commit ff9b06aCopy full SHA for ff9b06a
src/util/pluginUtils.js
@@ -1,6 +1,6 @@
1
import selectorParser from 'postcss-selector-parser'
2
import postcss from 'postcss'
3
-import culori from 'culori'
+import * as culori from 'culori'
4
import escapeCommas from './escapeCommas'
5
import { withAlphaValue } from './withAlphaVariable'
6
import isKeyframeRule from './isKeyframeRule'
src/util/withAlphaVariable.js
@@ -1,4 +1,4 @@
import _ from 'lodash'
function isValidColor(color) {
0 commit comments