Skip to content

Commit

Permalink
automatic css nesting & code coverage #3
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 committed Jul 29, 2023
1 parent 927fb6a commit e3e7031
Show file tree
Hide file tree
Showing 16 changed files with 2,122 additions and 658 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@
/package-lock.json export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
/coverage/ export-ignore
/rollup.config.mjs export-ignore
/tsconfig.json export-ignore
# exclude all files in test/ from stats
/test/** linguist-vendored
/docs/** linguist-vendored
/tools/** linguist-vendored
/dist/** linguist-vendored
/coverage/** linguist-vendored
#
# do not replace lf by crlf
*.css text
Expand Down
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
/src
/.idea
/package-lock.json
/node_modules
/node_modules
/coverage
/.github
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![cov](https://tbela99.github.io/css-parser/badges/coverage.svg)](https://github.com/tbela99/css-parser/actions)

# css-parser

CSS parser for node and the browser
Expand Down
521 changes: 367 additions & 154 deletions dist/index-umd-web.js

Large diffs are not rendered by default.

Loading

0 comments on commit e3e7031

Please sign in to comment.