文件名称:tailwindcss-empty:Tailwind插件为空元素生成变体
文件大小:2KB
文件格式:ZIP
更新时间:2024-06-17 11:29:49
css tailwind tailwindcss tailwindcss-plugin JavaScript
tailwindcss-empty 死了的简单Tailwind插件,它为 CSS伪类添加了一个变体。 安装 npm i tailwindcss-empty 用法 在您的tailwind.js : modules: { // The plugin only generates classes when you explicitly // register the 'empty' state variant for a module display : [ 'responsive' , 'empty' ] , // ... } , plugins : [ require ( 'tailwindcss-empty' ) ( ) , // ... ] 在您HTML中: <!-- This span will be displ
【文件预览】:
tailwindcss-empty-master
----LICENSE(1KB)
----README.md(876B)
----index.js(281B)
----package.json(550B)