tailwincss 使用攻略
1.tailwincss 使用攻略
1.1 插件安装
yarn add tailwindcss postcss autoprefixer |
2.调整 tailwind.config.js 中 content 的内容
content: [ |
3.根样式文件引入
@tailwind base; |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 有朋的博客!
1.1 插件安装
yarn add tailwindcss postcss autoprefixer |
2.调整 tailwind.config.js 中 content 的内容
content: [ |
3.根样式文件引入
@tailwind base; |