3.0.0 • Published 8 months ago

combine-styles-processor v3.0.0

Weekly downloads
78
License
MIT
Repository
github
Last release
8 months 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
  • new sass compiler
3.0.0

8 months ago

2.0.0

3 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago