Socket
Book a DemoInstallSign in
Socket

cssor

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssor

Browserify for CSS

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

CSSOR


CSSOR


Browserify for CSS.

Installation

$ npm install --global cssor

Usage

$ cssor --help

	Usage
    $ cssor [options] [file]

  Options
    --transform, -t   Use a transformer for source files
    --output, -o      Write output to file
    --basedir, -b     Set base dir for input file

  Examples
    $ cat app.css | cssor -t myth -o dist/app.css
    $ cssor -i app.css -t myth > dist/app.css

Options

transform

Add a transformer (rework plugin). Can be set multiple times.

$ cssor -t rework-npm -t myth

output

Write output to the file, instead of stdout.

$ cssor -o dist/app.css

basedir

Change base directory for @import in stylesheets.

$ cssor -b styles

License

MIT © Vadim Demedes

FAQs

Package last updated on 24 Jan 2016

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