Style files refactoring

This commit is contained in:
barsdeveloper
2022-03-27 13:42:20 +02:00
parent f6cd5bba05
commit c5816f54d9
14 changed files with 299 additions and 257 deletions

View File

@@ -4,7 +4,7 @@
"description": "Unreal Engine's Blueprint visualisation library",
"main": "ueblueprint.js",
"scripts": {
"build": "rollup --config && sass scss:dist/css --style=compressed"
"build": "rollup --config && sass scss/export.scss:dist/css/ueb-style.css --style=compressed"
},
"repository": {
"type": "git",
@@ -34,4 +34,4 @@
"dependencies": {
"parsimmon": "^1.18.0"
}
}
}