0.3.9 • Published 2 years ago

scss-concat v0.3.9

Weekly downloads
37
License
ISC
Repository
github
Last release
2 years ago

scss-concat

Concatenation for scss files (not compilation)

install

npm install scss-concat

use

import

let scssConcat = require('../scss-concat');

call concat method

scssConcat.concat({
	src: './tests/vectors/test1/index.scss',
	dest: './tests/concatenationmagic.scss'
});

or without dest, just to get concatenation result:

scssConcat.concat({
	src: './tests/vectors/test1/index.scss'
}).then(fileContent => console.log(fileContent.length));
0.3.9

2 years ago

0.3.7

7 years ago

0.3.2

7 years ago