Ecosyste.ms: Awesome
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: 13 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T08:09:40.000Z (over 4 years ago)
- Last Synced: 2024-10-11T07:10:02.456Z (about 1 month 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.