How to use windi css plugings in lume? #318
Answered
by
oscarotero
officialrajdeepsingh
asked this question in
Q&A
-
I need windi CSS's official typography plugin for my blog but I can find ways how to config with the lume windi CSS plugin. first try
second try
third try
I can also create |
Beta Was this translation helpful? Give feedback.
Answered by
oscarotero
Nov 19, 2022
Replies: 1 comment
-
In your examples, you're passing a string as a plugin import typography from 'npm:windicss/plugin/typography';
site.use(windi_css({
config:{
plugins:[typography]
}
})); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
officialrajdeepsingh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your examples, you're passing a string as a plugin
plugins:['typography']
, I guess you need to pass the plugin object: