@digigov/css 0.15.0 → 0.16.0

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.
@@ -5,7 +5,7 @@
5
5
  @apply col-span-2;
6
6
  }
7
7
  .govgr-grid-column-one-third {
8
- @apply col-span-1 flex flex-wrap flex-col md:sticky md:top-8 h-fit-content;
8
+ @apply col-span-1 flex flex-wrap flex-col md:sticky md:top-8 h-fit;
9
9
  }
10
10
  .govgr-grid {
11
11
  @apply grid grid-cols-12;
@@ -7,7 +7,7 @@
7
7
  @apply col-span-2;
8
8
  }
9
9
  .govgr-grid-column-one-third {
10
- @apply col-span-1 flex flex-wrap flex-col md:sticky md:top-8 h-fit-content;
10
+ @apply col-span-1 flex flex-wrap flex-col md:sticky md:top-8 h-fit;
11
11
  }
12
12
  .govgr-grid {
13
13
  @apply grid md:grid-cols-12 grid-cols-1;
@@ -29,21 +29,14 @@ module.exports = {
29
29
  sans: ['Roboto', ...defaultTheme.fontFamily.sans]
30
30
  },
31
31
  extend: {
32
-
33
32
  height: {
34
- 'fit-content': 'fit-content',
35
- '06rem': '0.6rem'
33
+ 'fit': 'fit-content',
36
34
  },
37
35
  width: {
38
- '06rem': '0.6rem',
39
- 'fit': 'fit-content'
36
+ 'fit': 'fit-content',
40
37
  },
41
38
  minWidth: {
42
- '8': '2rem',
43
39
  '10': '2.5rem',
44
- '12': '3rem',
45
- '32': '8rem',
46
- '64': '16rem',
47
40
  },
48
41
  minHeight: {
49
42
  '4': '1rem',
@@ -53,39 +46,17 @@ module.exports = {
53
46
  '12': '3rem',
54
47
  '14': '3.5rem',
55
48
  },
56
- maxWidth: {
57
- '1/4': '25%',
58
- '1/2': '50%',
59
- '1/3': '33.332%',
60
- 'col2': 'calc((2 / 12) * 100)%',
61
- 'col3': '25%',
62
- 'col7': 'calc((7 / 12) * 100)%'
63
- },
64
49
  borderWidth: {
65
- '2_5': '2.5px',
66
50
  '3': '3px',
67
51
  '5': '5px',
68
52
  '6': '6px',
69
53
  },
70
54
  flexGrow: {
71
55
  '2': '2',
72
- '3': '3',
73
- '4': '4',
74
- '5': '5',
75
- '6': '6',
76
- '7': '7',
77
- '8': '8',
78
- '9': '9',
79
- '10': '10',
80
- '11': '11',
81
- '12': '12',
82
56
  },
83
57
  zIndex: {
84
58
  '/1': -1,
85
59
  },
86
- textDecoration: {
87
- 'dotted': 'dotted',
88
- },
89
60
  opacity: {
90
61
  '85': '0.85',
91
62
  },
@@ -93,8 +64,6 @@ module.exports = {
93
64
  '15': '3.75rem',
94
65
  }
95
66
  },
96
-
97
-
98
67
  },
99
68
  variants: {
100
69
  extend: {