cbl/blade-style-sass
Composer 安装命令:
composer require cbl/blade-style-sass
包简介
README 文档
README
A sass compiler engine for x-style Blade components using scssphp.
<button class="btn">My Button</button>
<x-style lang="scss">
$color: purple;
.btn{
background: $color;
}
</x-style>
The packet can be easily installed via composer.
composer require cbl/blade-style-sass
And that's it! The compiler engine is automatically registered and you are good to go.
统计信息
- 总下载量: 68
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-06-23