Skip to content

Commit

Permalink
Fix prettier error
Browse files Browse the repository at this point in the history
  • Loading branch information
thecrypticace committed Sep 9, 2022
1 parent 90091e6 commit 64b9c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/arbitrary-properties.test.js
Expand Up @@ -324,7 +324,7 @@ it('should be possible to read theme values in arbitrary properties (without quo

it('should be possible to read theme values in arbitrary properties (with quotes)', () => {
let config = {
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>` }],
corePlugins: { preflight: false },
}

Expand Down

0 comments on commit 64b9c07

Please sign in to comment.