We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f676ce5 commit f5381efCopy full SHA for f5381ef
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changes to sanitize.css
2
3
+### 8.0.1 (May 12, 2019)
4
+
5
+- Fixed: Typo of `browers` typo to `browsers`
6
7
### 8.0.0 (October 8, 2018)
8
9
- Changed: Apply `aria-disabled` disabled styles when `[aria-disabled="true"]`
package.json
@@ -1,6 +1,6 @@
{
"name": "sanitize.css",
- "version": "8.0.0",
+ "version": "8.0.1",
"description": "A best-practices CSS foundation",
"author": "Jonathan Neal <[email protected]>",
"contributors": [
@@ -21,8 +21,8 @@
21
"test": "stylelint sanitize.css"
22
},
23
"devDependencies": {
24
- "stylelint": "^9.6.0",
25
- "stylelint-config-standard": "^18.2.0"
+ "stylelint": "^10.0.1",
+ "stylelint-config-standard": "^18.3.0"
26
27
"stylelint": {
28
"extends": "stylelint-config-standard",
0 commit comments