DEV Community

Discussion on: Lit web components: Tailwindcss styles at build time

Collapse
 
michaelwarren1106 profile image
Michael Warren • Edited

good catch! i'll fix that.

cssnano and autoprefixer are both good postcss plugins. If you want to write plain css but want to write it with nested syntax, postcss-nested is another good one, etc. I didn't include much in the way of talking about specific plugins because postcss's own docs talks about plugins and their usage in more detail.

Glad you liked the article!