1.3.4 • Published 6 years ago

steal-less v1.3.4

Weekly downloads
490
License
MIT
Repository
github
Last release
6 years ago

Build Status npm version

steal-less

This is a plugin for StealJS that makes it easy to work with less files.

Usage

Install steal-less as an npm dependency:

npm install steal-less --save-dev

Next, add steal-less under plugins in the steal section of your package.json:

{
  "name": "your-project",
  ...
  "steal": {
    "plugins": [
      "steal-less"
    ],
    ...
  }
}

Once installed, steal-less allows you to import/require/steal Less files within your project:

// ES6
import "style.less";

// AMD
define(["style.less"],function(){ ... });

// CommonJS
require("style.less");

// steal
steal("style.less")

Contributing

Want to help make steal-less even better? See CONTRIBUTING.md.

Looking for a changelog? Try the releases page on GitHub.

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

1.0.0-rc.3

7 years ago

1.0.0-rc.2

7 years ago

1.0.0-rc.1

7 years ago

1.0.0-rc.0

7 years ago

0.3.6

8 years ago

0.3.5

8 years ago

0.4.0-pre.1

8 years ago

0.3.4

8 years ago

0.4.0-pre.0

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.0.2

9 years ago

0.0.1

9 years ago