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.
@namespace
1 parent f7f38a8 commit 92c2d1cCopy full SHA for 92c2d1c
1 file changed
packages/tailwindcss/src/ast.test.ts
@@ -141,6 +141,7 @@ it('should not emit empty rules once optimized', () => {
141
@charset 'UTF-8';
142
@layer foo, bar, baz;
143
@custom-media --modern (color), (hover);
144
+ @namespace 'http://www.w3.org/1999/xhtml';
145
`)
146
147
expect(toCss(ast)).toMatchInlineSnapshot(`
@@ -172,13 +173,15 @@ it('should not emit empty rules once optimized', () => {
172
173
174
175
176
177
"
178
179
180
expect(toCss(optimizeAst(ast))).toMatchInlineSnapshot(`
181
"@charset 'UTF-8';
182
183
184
185
186
187
})
0 commit comments