Skip to content

Commit c9fde19

Browse files
committed
docs(docs): add comprehensive tailwind css playground documentation
1 parent 88e8a2c commit c9fde19

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

docs/docs/languages/tailwindcss.mdx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ export const basicDemo = {
1212
processors: ['tailwindcss'],
1313
};
1414

15-
export const variantsDemo = {
16-
activeEditor: 'markup',
17-
markup: {
18-
language: 'html',
19-
content: `<div class="flex items-center justify-center h-screen">\n <button class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 md:px-8 rounded">\n Hover me\n </button>\n</div>\n`,
20-
},
21-
processors: ['tailwindcss'],
22-
};
23-
2415
export const tailwindcssDemo = {
2516
activeEditor: 'script',
2617
script: {

0 commit comments

Comments
 (0)