2.0.0 • Published 2 years ago

combine-styles-processor v2.0.0

Weekly downloads
78
License
MIT
Repository
github
Last release
2 years ago

combine-styles-processor

Module for merge styles in the project.

The module scans directories and merges all .css and .scss files in one minified css file.

Installation

npm install combine-styles-processor --save

Usage

import Processor from 'combine-styles-processor';

const processor = new Processor([/* dirs or files to process */], outFile);

await processor.process();

Sass import

For imports in node_modules can be used ~.

TODO

  • CLI
  • Plugins
  • Update relative paths in the sass import
2.0.0

2 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago