Skip to content

Commit 39c0d02

Browse files
committed
v1.0.2
1 parent 5bd3d29 commit 39c0d02

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -43,26 +43,30 @@ ul, ol {
4343
border-collapse: collapse;
4444
border-spacing: 0;
4545
vertical-align: middle;
46+
color: #fff;
4647
}
47-
.table th,
48-
.table td {
48+
49+
td, th {
4950
background-color: #fff;
5051
text-align: left;
5152
font-weight: normal;
5253
vertical-align: middle;
5354
margin: 0;
5455
padding: 0;
5556
}
57+
5658
ul, ol {
5759
list-style: none;
5860
margin: 0;
5961
padding: 0;
6062
}
63+
6164
.regular-font {
6265
font-family: inherit;
6366
font-size: inherit;
6467
font-weight: inherit;
6568
}
69+
6670
.box {
6771
margin: 0;
6872
padding: 0;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-simple-reset",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "postcss-simple-reset is a postcss plugin to help you to reset your css via at-rules.",
55
"main": "lib/index.js",
66
"authors": [

0 commit comments

Comments
 (0)