Skip to content

Commit 1879130

Browse files
RobinMalfaitdepfu[bot]
authored andcommitted
nit improvement: remove unnecessary spaces
1 parent 9f73b9a commit 1879130

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/arbitrary-values.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ it('should be possible to differentiate between decoration utilities', () => {
3232
let config = {
3333
content: [
3434
{
35-
raw: html` <div class="decoration-[#ccc] decoration-[3px]"></div> `,
35+
raw: html`<div class="decoration-[#ccc] decoration-[3px]"></div>`,
3636
},
3737
],
3838
}
@@ -53,7 +53,7 @@ it('should support modifiers for arbitrary values that contain the separator', (
5353
let config = {
5454
content: [
5555
{
56-
raw: html` <div class="hover:bg-[url('https://github.com/tailwindlabs.png')]"></div> `,
56+
raw: html`<div class="hover:bg-[url('https://github.com/tailwindlabs.png')]"></div>`,
5757
},
5858
],
5959
}

0 commit comments

Comments
 (0)