Skip to content

Commit 47a4ebb

Browse files
committed
reverted to css and bump version to 0.4.1
1 parent eb58a62 commit 47a4ebb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/bash
2-
./min.sh && zip -r release.zip icons/ ui/ LICENSE manifest.json min.scss
2+
./min.sh && zip -r release.zip icons/ ui/ LICENSE manifest.json min.css

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "IServ Dark Mode",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"author": "d43m0nhLInt3r",
66
"description": "Dark Mode für IServ",
77
"icons": {
@@ -16,7 +16,7 @@
1616
"content_scripts": [
1717
{
1818
"matches": ["https://*/iserv/*"],
19-
"css": ["min.scss"],
19+
"css": ["min.css"],
2020
"run_at": "document_start"
2121
}
2222
],

min.scss renamed to min.css

File renamed without changes.

min.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sassc style.scss --style compressed min.scss
1+
sassc style.scss --style compressed min.css

0 commit comments

Comments
 (0)