Skip to content

Commit

Permalink
fix(line): missed occurrence of --scrollable-background after #110
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Oct 30, 2023
1 parent 600f7f7 commit fb12a48
Show file tree
Hide file tree
Showing 8 changed files with 95 additions and 70 deletions.
2 changes: 1 addition & 1 deletion dist/chaarts.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/chaarts.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/chaarts.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/chaarts.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/chaarts.min.css.map

Large diffs are not rendered by default.

139 changes: 82 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.1",
"concurrently": "^8.2.2",
"cssnano": "^6.0.1",
"eslint": "^8.50.0",
"html-validate": "^8.5.0",
"eslint": "^8.52.0",
"html-validate": "^8.7.0",
"imagemin-cli": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngcrush": "^7.0.0",
Expand All @@ -76,14 +76,14 @@
"postcss": "^8.4.31",
"postcss-cli": "^10.0.0",
"purgecss": "^5.0.0",
"sass": "^1.68.0",
"sass": "^1.69.5",
"servor": "^4.0.2",
"shx": "^0.3.4",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^11.0.0",
"stylelint-order": "^6.0.3",
"stylelint-scss": "^5.2.1",
"terser": "^5.21.0"
"stylelint-scss": "^5.3.0",
"terser": "^5.23.0"
},
"dependencies": {
"sseeeedd": "^0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion src/_chaarts-line.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

background: repeating-linear-gradient(
to bottom,
var(--background-lighter) 0 var(--scale),
var(--scrollable-background) 0 var(--scale),
var(--foreground-o-25) calc(var(--scale) + 1px)
);
content: "";
Expand Down

0 comments on commit fb12a48

Please sign in to comment.