Skip to content

Commit e3a6da3

Browse files
committed
Fix prettier error
1 parent bed2b35 commit e3a6da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/arbitrary-properties.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ it('should be possible to read theme values in arbitrary properties (without quo
324324

325325
it('should be possible to read theme values in arbitrary properties (with quotes)', () => {
326326
let config = {
327-
content: [{ raw: html`<div class="[--a:theme('colors.blue.500')] [color:var(--a)]"></div>` }],
327+
content: [{ raw: html`<div class="[color:var(--a)] [--a:theme('colors.blue.500')]"></div>` }],
328328
corePlugins: { preflight: false },
329329
}
330330

0 commit comments

Comments
 (0)