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.
- Host: GitHub
- URL: https://github.com/cbl/blade-style-sass
- Owner: cbl
- License: mit
- Created: 2020-06-23T20:37:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T08:09:40.000Z (almost 6 years ago)
- Last Synced: 2025-04-04T04:11:19.657Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.