2017 © Pedro Peláez
 

library laravel-scss

Adds Blade directive for compiling SCSS to CSS in templates

image

pawlox/laravel-scss

Adds Blade directive for compiling SCSS to CSS in templates

  • Thursday, August 10, 2017
  • by pawlox
  • Repository
  • 2 Watchers
  • 2 Stars
  • 20 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 25 % Grown

The README.md

laravel-scss

Adds a @scss tag to Laravel's Blade templating engine., (*1)

With this package you can use SCSS syntax in Laravel's Blade templates. It will be automatically compiled to CSS in result. Example:, (*2)

<style>
    @scss
        #menu {
            .item {
                &.active {
                    background-color: red;
                }
            }
        }
    @endscss
</style>

Installation

Get the Package

Install the pawlox/laravel-scss package:, (*3)

composer require pawlox/laravel-scss

Register the Service Provider

Open up your app.php in your config folder, and add the following line to your providers list like:, (*4)

'providers' => [
    ...
    Pawlox\LaravelScss\LaravelScssProvider::class
]

The Versions

10/08 2017

dev-master

9999999-dev

Adds Blade directive for compiling SCSS to CSS in templates

  Sources   Download

MIT

The Requires

 

by Paweł Marciniak

laravel blade sass scss

10/08 2017

v0.1.1

0.1.1.0

Adds Blade directive for compiling SCSS to CSS in templates

  Sources   Download

MIT

The Requires

 

by Paweł Marciniak

laravel blade sass scss

10/08 2017

v0.1.0

0.1.0.0

Adds Blade directive for compiling SCSS to CSS in templates

  Sources   Download

MIT

The Requires

 

by Paweł Marciniak

laravel blade sass scss