Skip to content

Commit

Permalink
Merge pull request #106 from ChartsCSS/release/1.0.0
Browse files Browse the repository at this point in the history
Release 1.0.0
  • Loading branch information
ramiy committed Sep 30, 2023
2 parents 11ad7f2 + d04742b commit eaa29d7
Show file tree
Hide file tree
Showing 816 changed files with 20,141 additions and 6,209 deletions.
2 changes: 2 additions & 0 deletions .env-example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
BASE_URL=
CI=
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.data
.env
.vscode
node_modules
/test-results/
/playwright-report/
/playwright/.cache/
/tests/playwright/charts.min.css
14 changes: 14 additions & 0 deletions .stylelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": "stylelint-config-standard-scss",
"rules": {
"at-rule-empty-line-before": null,
"custom-property-pattern": "#{",
"declaration-block-no-redundant-longhand-properties": null,
"declaration-empty-line-before": null,
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"rule-empty-line-before": null,
"scss/double-slash-comment-empty-line-before": null,
"selector-not-notation": "simple"
}
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<div align="center">
<img width="300" src="https://chartscss.org/assets/img/logo-animation.svg" alt="Charts.css Logo">
</div>

# Charts.css

![GitHub Version](https://img.shields.io/github/v/release/ChartsCSS/charts.css?style=for-the-badge) ![Minified Size](https://img.shields.io/bundlephobia/min/charts.css?style=for-the-badge) ![GitHub Repo stars](https://img.shields.io/github/stars/ChartsCSS/charts.css?label=GitHub%20Stars&style=for-the-badge) ![License](https://img.shields.io/github/license/ChartsCSS/charts.css?style=for-the-badge)
Expand Down
Loading

0 comments on commit eaa29d7

Please sign in to comment.