Skip to content

A sass compiler engine for x-style Blade components using scssphp.

License

Notifications You must be signed in to change notification settings

cbl/blade-style-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blade Style Sass

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.

About

A sass compiler engine for x-style Blade components using scssphp.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages