Skip to content

Commit 0eecaef

Browse files
committed
Update syntax
1 parent 76890db commit 0eecaef

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

client/src/components/Progress.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,9 @@ progress::-webkit-progress-value {
9494
display: flex;
9595
flex-direction: row;
9696
align-items: flex-end;
97+
width: 100%;
9798
margin-bottom: -37px;
9899
z-index: 1;
99-
width: 100%;
100100
height: 37px;
101101
}
102102

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

postcss.config.cjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
const postcss = require('postcss-import');
2+
13
module.exports = {
2-
plugins: [require('postcss-import')],
4+
plugins: [postcss],
35
};

0 commit comments

Comments
 (0)