nail-css-edge

0.0.2 • Public • Published

#CSS Edge (nail-css-edge) Use latest features of CSS with John Henry's Hammer

Use the "@import" function to combine multiple files into one.

##Installation See John Henry's Hammer

##Options

  • source:string - source file
  • destination:string - destination file (defaults to "style.css")
  • minify:boolean - minify file (defaults to false)
  • map:boolean - create source map (defaults to false)
  • mode: string ('edge' | 'scss' | 'less') - language mode (defaults to 'edge') see below

##Language Modes When setting the mode, you have the option of choosing a language mode.

  • edge (css) - Default - This will process the file as CSS 4.0, including experimental such as variables and imports. This also adds the ability to nest code..

  • scss - This will process the file as (scss)[http://sass-lang.com/]. Importing is currently limited to '.scss' files.

  • less - This will process the file as (less)[http://lesscss.org/]. Importing is not yet supported.

Readme

Keywords

none

Package Sidebar

Install

npm i nail-css-edge

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • johnhenry