hds-web 0.1.4 → 0.1.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.
@@ -2,6 +2,24 @@
2
2
  module.exports = {
3
3
  content: ["./src/**/*.{html,js,jsx}"],
4
4
  theme: {
5
+ fontFamily: {
6
+ sans: [
7
+ '"Inter"',
8
+ 'system-ui',
9
+ '-apple-system',
10
+ 'BlinkMacSystemFont',
11
+ '"Segoe UI"',
12
+ 'Roboto',
13
+ '"Helvetica Neue"',
14
+ 'Arial',
15
+ '"Noto Sans"',
16
+ 'sans-serif',
17
+ '"Apple Color Emoji"',
18
+ '"Segoe UI Emoji"',
19
+ '"Segoe UI Symbol"',
20
+ '"Noto Color Emoji"',
21
+ ],
22
+ },
5
23
 
6
24
  colors: {
7
25
  'storybook-default':{
@@ -149,10 +167,10 @@ module.exports = {
149
167
  },
150
168
  extend: {
151
169
  screens: {
152
- 'tab': '600px',
153
- // => @media (min-width: 600px) { ... }
154
- 'desk': '1240px',
155
- // => @media (min-width: 1240px) { ... }
170
+ 'tb': '600px',
171
+ 'tb-l': '905px',
172
+ 'db': '1240px',
173
+ 'db-l': '2560px'
156
174
  },
157
175
  animation: {
158
176
  // Bounces 5 times 1s equals 5 seconds
@@ -798,8 +816,6 @@ module.exports = {
798
816
  // add more for more breakpoints
799
817
 
800
818
  },
801
-
802
-
803
819
  }
804
820
  },
805
821
  plugins: [