You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

combine-styles-processor

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

combine-styles-processor

Module for merge styles in the project.

3.0.0
latest
Source
npmnpm
Version published
Weekly downloads
9
80%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

styles

FAQs

Package last updated on 30 Oct 2024

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