unframer 3.0.4 → 3.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,26 +8,30 @@
8
8
  -webkit-font-smoothing: inherit;
9
9
  }
10
10
 
11
- .unframer h1,
12
- .unframer h2,
13
- .unframer h3,
14
- .unframer h4,
15
- .unframer h5,
16
- .unframer h6,
17
- .unframer p,
18
- .unframer figure {
11
+ :where(
12
+ .unframer h1,
13
+ .unframer h2,
14
+ .unframer h3,
15
+ .unframer h4,
16
+ .unframer h5,
17
+ .unframer h6,
18
+ .unframer p,
19
+ .unframer figure
20
+ ) {
19
21
  margin: 0;
20
22
  }
21
23
 
22
- .unframer {
24
+ :where(.unframer) {
23
25
  line-height: normal;
24
26
  }
25
27
 
26
- .unframer,
27
- .unframer input,
28
- .unframer textarea,
29
- .unframer select,
30
- .unframer button {
28
+ :where(
29
+ .unframer,
30
+ .unframer input,
31
+ .unframer textarea,
32
+ .unframer select,
33
+ .unframer button
34
+ ) {
31
35
  font-size: 12px;
32
36
  font-family: sans-serif;
33
37
  }
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const version = '3.0.4'
1
+ export const version = '3.0.6'