ags: updates
This commit is contained in:
parent
0084676bd5
commit
7923a66479
5 changed files with 21 additions and 4 deletions
13
home/programs/ags/config/package-lock.json
generated
Normal file
13
home/programs/ags/config/package-lock.json
generated
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "snowflake-ags",
|
||||
"version": "0.0.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "snowflake-ags",
|
||||
"version": "0.0.1",
|
||||
"license": "MIT"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
* {
|
||||
all: unset;
|
||||
}
|
7
home/programs/ags/config/style/style.scss
Normal file
7
home/programs/ags/config/style/style.scss
Normal file
|
@ -0,0 +1,7 @@
|
|||
* {
|
||||
all: unset;
|
||||
}
|
||||
|
||||
window {
|
||||
background: black;
|
||||
}
|
|
@ -14,7 +14,7 @@ Utils.monitorFile(
|
|||
`${App.configDir}/style`,
|
||||
|
||||
function () {
|
||||
const scss = `${App.configDir}/style.scss`;
|
||||
const scss = `${App.configDir}/main.scss`;
|
||||
|
||||
const css = `./style.css`;
|
||||
|
||||
|
|
Loading…
Reference in a new issue