1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-20 04:31:29 +02:00

Package updates

This commit is contained in:
Angelos Chalaris
2018-08-04 10:11:52 +03:00
parent febc5ee1f5
commit 190a590d82
10 changed files with 1223 additions and 187 deletions

View File

@@ -1674,6 +1674,7 @@ module.exports = {
document.getElementById('generatorStatus').innerHTML = 'Configuring the generator...';
var sass = new Sass();
sass.options({style: Sass.style.expanded, precision: -1, comments: false, indent: ' ', linefeed: '\\n'});
console.log(sass);
document.getElementById('generatorStatus').innerHTML = 'Loading SCSS files...';
sass.preloadFiles(base, directory, files, function filesPreloaded() {
document.getElementById('generatorStatus').innerHTML = 'Generating flavor file...';