Skip to content

Commit

Permalink
Merge pull request #10 from ramiy/master
Browse files Browse the repository at this point in the history
Version 0.8.2
  • Loading branch information
ramiy authored Nov 19, 2020
2 parents c4044d1 + 1716425 commit f33de9f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 7 deletions.
6 changes: 4 additions & 2 deletions dist/charts.css

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "charts.css",
"version": "0.8.1",
"version": "0.8.2",
"description": "Open source CSS framework for data visualization.",
"author": "Rami Yushuvaev",
"homepage": "https://ChartsCSS.org/",
Expand Down
2 changes: 1 addition & 1 deletion src/charts.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Charts.css v0.8.1 (https://ChartsCSS.org/)
* Charts.css v0.8.2 (https://ChartsCSS.org/)
* Copyright 2020 Rami Yushuvaev
* Licensed under MIT
*/
Expand Down
1 change: 1 addition & 0 deletions src/charts/_area.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
right: 0;
bottom: 0;
left: 0;
z-index: 0;

&::before{
content: "";
Expand Down
1 change: 1 addition & 0 deletions src/charts/_line.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
right: 0;
bottom: 0;
left: 0;
z-index: 0;

&::before{
content: "";
Expand Down

0 comments on commit f33de9f

Please sign in to comment.