separate scratch from chill entrypoint, and move it into a specific module

This commit is contained in:
Mathieu Jaumotte 2021-03-20 23:06:09 +01:00
parent 0a0895584c
commit 6bcdbaf668
133 changed files with 50 additions and 49 deletions

View File

@ -21,9 +21,6 @@ global.chill = chill;
/*
* load requirements in chill entrypoint
*/
require('./sass/scratch.scss');
require('./css/chillmain.css');
require('./css/pikaday.css');

Some files were not shown because too many files have changed in this diff Show More