Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 13 days 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.