An open API service indexing awesome lists of open source software.

https://github.com/cbl/blade-style-sass

A sass compiler engine for x-style Blade components using scssphp.
https://github.com/cbl/blade-style-sass

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Blade Style Sass

A sass compiler engine for [x-style](https://github.com/cbl/blade-style) Blade
components using [scssphp](https://github.com/scssphp/scssphp).

```php
My Button

$color: purple;

.btn{
background: $color;
}

```

The packet can be easily installed via composer.

```shell
composer require cbl/blade-style-sass
```

And that's it! The compiler engine is automatically registered and you are good
to go.