Moved scripts to other repo, CI setup

This commit is contained in:
simon987
2019-05-08 20:58:13 -04:00
parent 0acffff609
commit 0e998eaf9b
49 changed files with 597 additions and 905 deletions

10
music_graph/.postcssrc.js Normal file
View File

@@ -0,0 +1,10 @@
// https://github.com/michael-ciniawsky/postcss-load-config
module.exports = {
"plugins": {
"postcss-import": {},
"postcss-url": {},
// to edit target browsers: use "browserslist" field in package.json
"autoprefixer": {}
}
}