Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
3 changed files with 0 additions and 4 deletions
Showing only changes of commit aacf7ece65 - Show all commits

View File

@ -1 +0,0 @@
undefined

View File

@ -1 +0,0 @@
undefined

View File

@ -27,7 +27,6 @@ postcss()
to: 'css/app.min.css'
}).then(result => {
fs.writeFileSync('css/app.min.css', result.css);
fs.writeFileSync('css/app.min.css.map', result.map);
});
// Dark theme
@ -47,5 +46,4 @@ postcss()
to: 'css/dark.min.css'
}).then(result => {
fs.writeFileSync('css/dark.min.css', result.css);
fs.writeFileSync('css/dark.min.css.map', result.map);
});