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 bed2b35 commit e3a6da3Copy full SHA for e3a6da3
tests/arbitrary-properties.test.js
@@ -324,7 +324,7 @@ it('should be possible to read theme values in arbitrary properties (without quo
324
325
it('should be possible to read theme values in arbitrary properties (with quotes)', () => {
326
let config = {
327
- content: [{ raw: html`<div class="[--a:theme('colors.blue.500')] [color:var(--a)]"></div>` }],
+ content: [{ raw: html`<div class="[color:var(--a)] [--a:theme('colors.blue.500')]"></div>` }],
328
corePlugins: { preflight: false },
329
}
330
0 commit comments