cats-data-grid 2.0.4 → 2.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.
@@ -1,2 +1,2 @@
1
- @forward "./reset";
1
+ @forward "./reset";
2
2
  @forward "./fonts";
@@ -1,60 +1,60 @@
1
- // Box Sizing
2
- *,
3
- *::before,
4
- *::after {
5
- box-sizing: border-box;
6
- margin: 0;
7
- padding: 0;
8
- // font-family: "Open Sans", sans-serif;
9
- }
10
-
11
- body {
12
- font-size: 100%;
13
- }
14
-
15
- // Font-inflation
16
- html {
17
- -moz-text-size-adjust: none;
18
- -webkit-text-size-adjust: none;
19
- -ms-text-size-adjust: none;
20
- text-size-adjust: none;
21
- }
22
-
23
- // Remove default margin and padding
24
- h1,
25
- h2,
26
- h3,
27
- h4,
28
- h5,
29
- h6,
30
- ul,
31
- ol,
32
- p {
33
- margin: 0;
34
- padding: 0;
35
- text-wrap: pretty;
36
- }
37
-
38
- // Remove list styles on ul, ol elements
39
- ul[role="list"],
40
- ol[role="list"] {
41
- list-style: none;
42
- }
43
-
44
- ul {
45
- list-style: none;
46
- }
47
-
48
- // images
49
- img,
50
- picture {
51
- max-width: 100%;
52
- display: block;
53
- }
54
-
55
- input,
56
- select,
57
- textarea {
58
- outline: none;
59
- box-shadow: none;
60
- }
1
+ // Box Sizing
2
+ *,
3
+ *::before,
4
+ *::after {
5
+ box-sizing: border-box;
6
+ margin: 0;
7
+ padding: 0;
8
+ // font-family: "Open Sans", sans-serif;
9
+ }
10
+
11
+ body {
12
+ font-size: 100%;
13
+ }
14
+
15
+ // Font-inflation
16
+ html {
17
+ -moz-text-size-adjust: none;
18
+ -webkit-text-size-adjust: none;
19
+ -ms-text-size-adjust: none;
20
+ text-size-adjust: none;
21
+ }
22
+
23
+ // Remove default margin and padding
24
+ h1,
25
+ h2,
26
+ h3,
27
+ h4,
28
+ h5,
29
+ h6,
30
+ ul,
31
+ ol,
32
+ p {
33
+ margin: 0;
34
+ padding: 0;
35
+ text-wrap: pretty;
36
+ }
37
+
38
+ // Remove list styles on ul, ol elements
39
+ ul[role="list"],
40
+ ol[role="list"] {
41
+ list-style: none;
42
+ }
43
+
44
+ ul {
45
+ list-style: none;
46
+ }
47
+
48
+ // images
49
+ img,
50
+ picture {
51
+ max-width: 100%;
52
+ display: block;
53
+ }
54
+
55
+ input,
56
+ select,
57
+ textarea {
58
+ outline: none;
59
+ box-shadow: none;
60
+ }