3.0.0 • Published 9 years ago

laravel-elixir-lost v3.0.0

Weekly downloads
19
License
MIT
Repository
github
Last release
9 years ago

Usage

This Laravel Elixir extension allows you to compile Lost.

The current version is running on laravel-elixir ^6.0.0-0

Installation

First, pull in the package though npm install

npm install --save laravel-elixir-lost

Next, add it to your gulpfile

require('laravel-elixir-lost');

Usage

this plugins now suppots sass, less and standard css

Sass

elixir(function(mix) {
	mix.sassLost('app.scss', 'public/css/app.css');
});

Less

elixir(function(mix) {
	mix.lessLost('app.less', 'public/css/app.css');
});

Styles

elixir(function(mix) {
	mix.stylesLost([
		'main.css',
		'grid.css',
	], 'public/css/app.css');
});
3.0.0

9 years ago

2.0.0

9 years ago

1.1.0

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago