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 doprz
parent bb3b313fd2
commit 85c7f7817c
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;
}