UNPKG
@jaiki/translucida-ui-library
Version:
latest (0.1.7-alpha.0)
0.1.7-alpha.0
0.1.6-alpha.0
0.1.5-alpha.0
0.1.4-alpha.0
0.1.3-alpha.0
0.1.2-alpha.0
A glassmorphic UI component library built with React and Tailwind CSS
jaiki/translucida-ui-library
@jaiki/translucida-ui-library
/
vite.config.js
11 lines
(9 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{ defineConfig }
from
'vite'
import
react
from
'@vitejs/plugin-react'
// https://vite.dev/config/
export
default
defineConfig
({
plugins
: [
react
()],
css
: {
postcss
:
'./postcss.config.js'
, }, })