-
The installation page on the official ikun-ui website says import 'virtual:unocss', but I was able to get the same result by just writing import 'unocss'. What are the differences between these? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I think |
Beta Was this translation helpful? Give feedback.
-
The results I get using |
Beta Was this translation helpful? Give feedback.
I think
import 'virtual:unocss'
is equivalent toimport 'uno.css'
for importing css styles, butimport 'unocss'
is equivalent to importing the unocss library.