cbl / blade-style-sass
v0.1.2
2020-07-31 08:05 UTC
Requires
- cbl/blade-style: ^0.3
- scssphp/scssphp: ^1.1
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.