@@ -24,7 +24,7 @@ View the full documentation at https://tailwindcss.com.
24
24
|
25
25
*/
26
26
27
- // var defaultConfig = require('tailwindcss/defaultConfig')()
27
+ // let defaultConfig = require('tailwindcss/defaultConfig')()
28
28
29
29
30
30
/*
@@ -43,29 +43,29 @@ View the full documentation at https://tailwindcss.com.
43
43
|
44
44
*/
45
45
46
- var colors = {
46
+ let colors = {
47
47
'transparent' : 'transparent' ,
48
48
49
- 'black' : '#222b2f ' ,
50
- 'grey-darkest' : '#364349 ' ,
51
- 'grey-darker' : '#596a73 ' ,
52
- 'grey-dark' : '#70818a ' ,
53
- 'grey' : '#9babb4 ' ,
54
- 'grey-light' : '#dae4e9 ' ,
55
- 'grey-lighter' : '#f3f7f9 ' ,
56
- 'grey-lightest' : '#fafcfc ' ,
49
+ 'black' : '#22292f ' ,
50
+ 'grey-darkest' : '#3d4852 ' ,
51
+ 'grey-darker' : '#606f7b ' ,
52
+ 'grey-dark' : '#8795a1 ' ,
53
+ 'grey' : '#b8c2cc ' ,
54
+ 'grey-light' : '#dae1e7 ' ,
55
+ 'grey-lighter' : '#f1f5f8 ' ,
56
+ 'grey-lightest' : '#f8fafc ' ,
57
57
'white' : '#ffffff' ,
58
58
59
- 'red-darkest' : '#420806 ' ,
60
- 'red-darker' : '#6a1b19 ' ,
59
+ 'red-darkest' : '#3b0d0c ' ,
60
+ 'red-darker' : '#621b18 ' ,
61
61
'red-dark' : '#cc1f1a' ,
62
62
'red' : '#e3342f' ,
63
63
'red-light' : '#ef5753' ,
64
64
'red-lighter' : '#f9acaa' ,
65
65
'red-lightest' : '#fcebea' ,
66
66
67
- 'orange-darkest' : '#542605 ' ,
68
- 'orange-darker' : '#7f4012 ' ,
67
+ 'orange-darkest' : '#462a16 ' ,
68
+ 'orange-darker' : '#613b1f ' ,
69
69
'orange-dark' : '#de751f' ,
70
70
'orange' : '#f6993f' ,
71
71
'orange-light' : '#faad63' ,
@@ -80,24 +80,24 @@ var colors = {
80
80
'yellow-lighter' : '#fff9c2' ,
81
81
'yellow-lightest' : '#fcfbeb' ,
82
82
83
- 'green-darkest' : '#032d19 ' ,
84
- 'green-darker' : '#0b4228 ' ,
83
+ 'green-darkest' : '#0f2f21 ' ,
84
+ 'green-darker' : '#1a4731 ' ,
85
85
'green-dark' : '#1f9d55' ,
86
86
'green' : '#38c172' ,
87
87
'green-light' : '#51d88a' ,
88
88
'green-lighter' : '#a2f5bf' ,
89
89
'green-lightest' : '#e3fcec' ,
90
90
91
91
'teal-darkest' : '#0d3331' ,
92
- 'teal-darker' : '#174e4b ' ,
92
+ 'teal-darker' : '#20504f ' ,
93
93
'teal-dark' : '#38a89d' ,
94
94
'teal' : '#4dc0b5' ,
95
95
'teal-light' : '#64d5ca' ,
96
96
'teal-lighter' : '#a0f0ed' ,
97
97
'teal-lightest' : '#e8fffe' ,
98
98
99
- 'blue-darkest' : '#05233b ' ,
100
- 'blue-darker' : '#103d60 ' ,
99
+ 'blue-darkest' : '#12283a ' ,
100
+ 'blue-darker' : '#1c3d5a ' ,
101
101
'blue-dark' : '#2779bd' ,
102
102
'blue' : '#3490dc' ,
103
103
'blue-light' : '#6cb2eb' ,
@@ -112,16 +112,16 @@ var colors = {
112
112
'indigo-lighter' : '#b2b7ff' ,
113
113
'indigo-lightest' : '#e6e8ff' ,
114
114
115
- 'purple-darkest' : '#1f133f ' ,
116
- 'purple-darker' : '#352465 ' ,
115
+ 'purple-darkest' : '#21183c ' ,
116
+ 'purple-darker' : '#382b5f ' ,
117
117
'purple-dark' : '#794acf' ,
118
118
'purple' : '#9561e2' ,
119
119
'purple-light' : '#a779e9' ,
120
120
'purple-lighter' : '#d6bbfc' ,
121
121
'purple-lightest' : '#f3ebff' ,
122
122
123
- 'pink-darkest' : '#45051e ' ,
124
- 'pink-darker' : '#72173a ' ,
123
+ 'pink-darkest' : '#451225 ' ,
124
+ 'pink-darker' : '#6f213f ' ,
125
125
'pink-dark' : '#eb5286' ,
126
126
'pink' : '#f66d9b' ,
127
127
'pink-light' : '#fa7ea8' ,
@@ -864,10 +864,11 @@ module.exports = {
864
864
width : [ 'responsive' ] ,
865
865
zIndex : [ 'responsive' ] ,
866
866
} ,
867
-
867
+
868
+
868
869
/*
869
870
|-----------------------------------------------------------------------------
870
- | Advanced Options https://tailwindcss.com/docs/configuration#options
871
+ | Advanced Options https://tailwindcss.com/docs/configuration#options
871
872
|-----------------------------------------------------------------------------
872
873
|
873
874
| Here is where you can tweak advanced configuration options. We recommend
0 commit comments