feat: UnoCSS (TailwindCSS) (Storybook only) (#61)

* feat: unocss (wip)

* feat: unocss (storybook only)

* cleanup unocss config

* revert button.stories.tsx changes
This commit is contained in:
Razboy20
2024-02-03 15:21:19 -06:00
committed by GitHub
parent e015a79526
commit 6521a4b2a9
10 changed files with 427 additions and 11 deletions

View File

@@ -1,6 +1,8 @@
import React from 'react';
import styles from './ExtensionRoot.module.scss';
import 'uno.css';
interface Props {
testId?: string;
}