chore: remove EOL at EOF
This commit is contained in:
Родитель
85cae31730
Коммит
8537e6dd58
|
@ -1,2 +1,2 @@
|
|||
// entry point for webpack
|
||||
require("./../scss/all.scss");
|
||||
require("./../scss/all.scss");
|
|
@ -75,4 +75,4 @@ The following list describes the theme variables available for adjustment in the
|
|||
|
||||
* [Styling Overview]({% slug themesandstyles_kendouiforangular %})
|
||||
* [Web Font Icons]({% slug icons_kendouiforangular %})
|
||||
* [Preview of the Themed Components]({% slug preview_kendothemedefault_kendouiforangular %})
|
||||
* [Preview of the Themed Components]({% slug preview_kendothemedefault_kendouiforangular %})
|
|
@ -2,5 +2,4 @@
|
|||
|
||||
@include exports('<FILENAME>') {
|
||||
@include register-data-uri('<FILENAME>', 'data:<MIME>;base64,<BASE64>')
|
||||
}
|
||||
|
||||
}
|
|
@ -22,4 +22,4 @@ glob('scss/**/*.{png,gif,woff}', function(err, files) {
|
|||
});
|
||||
});
|
||||
}
|
||||
});
|
||||
});
|
|
@ -22,4 +22,4 @@ var outputFilename =
|
|||
path.basename(filename, path.extname(filename)) + '.scss'
|
||||
);
|
||||
|
||||
fs.writeFileSync(outputFilename, output)
|
||||
fs.writeFileSync(outputFilename, output)
|
|
@ -58,4 +58,4 @@ module.exports = function(dest, context) {
|
|||
output = output.replace(/\r?\n/g, '\n');
|
||||
fs.writeFile(path.join('docs', 'customization.md'), output);
|
||||
});
|
||||
};
|
||||
};
|
|
@ -1,3 +1,2 @@
|
|||
// entry point for webpack
|
||||
require("./twbs-compat.scss");
|
||||
|
||||
require("./twbs-compat.scss");
|
|
@ -1,2 +1,2 @@
|
|||
@import "~bootstrap/scss/variables";
|
||||
@import "./../scss/all";
|
||||
@import "./../scss/all";
|
Загрузка…
Ссылка в новой задаче