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 787006f commit 1ae070eCopy full SHA for 1ae070e
1 file changed
packages/tailwindcss/src/css-functions.test.ts
@@ -128,7 +128,7 @@ describe('--spacing(…)', () => {
128
`)
129
})
130
131
- test('--spacing(…) optimizes the output when the input is `0` (with an inline themed)', async () => {
+ test('--spacing(…) optimizes the output when the input is `0` (with an inlined theme value)', async () => {
132
expect(
133
await compileCss(css`
134
@theme inline {
@@ -176,7 +176,7 @@ describe('--spacing(…)', () => {
176
177
178
179
- test('--spacing(…) optimizes the output when the input is `1` (with an inline themed)', async () => {
+ test('--spacing(…) optimizes the output when the input is `1` (with an inlined theme value)', async () => {
180
181
182
0 commit comments