awssat/tailwindo
最新稳定版本:3.0.6
Composer 安装命令:
composer require awssat/tailwindo
包简介
Convert Bootstrap CSS to Tailwind CSS
关键字:
README 文档
README
This tool can convert Your CSS framework (currently Bootstrap) classes in HTML/PHP (any of your choice) files to equivalent Tailwind CSS classes.
Features
- Made to be easy to add more CSS frameworks in the future (currently Bootstrap).
- Can convert single files/code snippets/folders.
- Can extract changes to a separate css file as Tailwind components and keep old classes names. like:
.p-md-5 {
@apply md:p-7;
}
Help Us
- If you find unexpected conversion result, create an issue; if you managed to fix it, please create a PR.
- If you are familiar with another CSS frameworks (like Foundation, Pure..), please create a PR and add it (see BootstrapFramework.php file).
Docs
统计信息
- 总下载量: 20.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1122
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-19