New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

laravel-elixir-stylus

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laravel-elixir-stylus

Laravel Elixir Stylus Extension

0.2.12
Version published
Weekly downloads
9
-67.86%
Maintainers
1
Weekly downloads
 
Created

Usage

This is a simple wrapper around Laravel Elixir. Add it to your Elixir-enhanced Gulpfile, like so:

var elixir = require('laravel-elixir');

require('laravel-elixir-stylus');

elixir(function(mix) {
   mix.stylus();
});

This will scan your resources/assets/stylus directory for all files. Instead, if you only want to compile a single file, you may do:

mix.stylus("bootstrap.styl");

Finally, if you'd like to output to a different directory than the default public/css, then you may override this as well.

mix.stylus("bootstrap.styl", "public/css/foo/bar/");

FAQs

Package last updated on 04 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts