Skip to content

Commit 6b1201b

Browse files
committed
build: remove css from list of files to format
- add new lines to fix the webpack tests outputs expectations
1 parent f8e4c2c commit 6b1201b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
},
5757
"lint-staged": {
5858
"*.ts": "eslint --cache --fix",
59-
"*.{js,css,md}": "prettier --write"
59+
"*.{js,md}": "prettier --write"
6060
}
6161
}

packages/purgecss-webpack-plugin/__tests__/cases/simple-with-exclusion/expected/bundle.css

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
md\:w-2\/3 {
1313
color: red;
1414
}
15+

packages/purgecss-webpack-plugin/__tests__/cases/simple-with-exclusion/expected/legacy.css

+1
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
.hello {
1313
color: red;
1414
}
15+

0 commit comments

Comments
 (0)