cbl / blade-style-sass
Installs: 67
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/cbl/blade-style-sass
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.