Skip to content

Commit e3e7031

Browse files
committed
automatic css nesting & code coverage #3
1 parent 927fb6a commit e3e7031

File tree

16 files changed

+2122
-658
lines changed

16 files changed

+2122
-658
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@
44
/package-lock.json export-ignore
55
/.gitignore export-ignore
66
/.gitattributes export-ignore
7+
/coverage/ export-ignore
78
/rollup.config.mjs export-ignore
89
/tsconfig.json export-ignore
910
# exclude all files in test/ from stats
1011
/test/** linguist-vendored
1112
/docs/** linguist-vendored
1213
/tools/** linguist-vendored
1314
/dist/** linguist-vendored
15+
/coverage/** linguist-vendored
1416
#
1517
# do not replace lf by crlf
1618
*.css text

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
/src
77
/.idea
88
/package-lock.json
9-
/node_modules
9+
/node_modules
10+
/coverage
11+
/.github

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![cov](https://tbela99.github.io/css-parser/badges/coverage.svg)](https://github.com/tbela99/css-parser/actions)
2+
13
# css-parser
24

35
CSS parser for node and the browser

dist/index-umd-web.js

Lines changed: 367 additions & 154 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)