Skip to content

Commit 5c25edf

Browse files
committed
format
1 parent b820542 commit 5c25edf

File tree

1 file changed

+63
-93
lines changed

1 file changed

+63
-93
lines changed

tailwind.js

Lines changed: 63 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ View the full documentation at https://tailwindcss.com.
2626

2727
// let defaultConfig = require('tailwindcss/defaultConfig')()
2828

29-
3029
/*
3130
|-------------------------------------------------------------------------------
3231
| Colors https://tailwindcss.com/docs/colors
@@ -56,69 +55,69 @@ let colors = {
5655
'grey-lightest': '#f8fafc',
5756
'white': '#ffffff',
5857

59-
'red-lightest' : '#F9EDED',
60-
'red-lighter' : '#E7B6B6',
61-
'red-light' : '#D58080',
62-
'red' : '#C34949',
63-
'red-dark' : '#B04242',
64-
'red-darker' : '#752C2C',
65-
'red-darkest' : '#3B1616',
66-
67-
'orange-lightest' : '#FCF4EB',
68-
'orange-lighter' : '#F4D4AE',
69-
'orange-light' : '#ECB371',
70-
'orange' : '#E49334',
71-
'orange-dark' : '#CD842F',
72-
'orange-darker' : '#89581F',
73-
'orange-darkest' : '#442C10',
74-
75-
'yellow-lightest' : '#FBFAE9',
76-
'yellow-lighter' : '#EDE9A7',
77-
'yellow-light' : '#E0D965',
78-
'yellow' : '#D2C823',
79-
'yellow-dark' : '#BDB420',
80-
'yellow-darker' : '#7E7815',
81-
'yellow-darkest' : '#3F3C0B',
82-
83-
'green-lightest' : '#EEF7EB',
84-
'green-lighter' : '#BBDEAE',
85-
'green-light' : '#89C671',
86-
'green' : '#56AD34',
87-
'green-dark' : '#4D9C2F',
88-
'green-darker' : '#34681F',
89-
'green-darkest' : '#1A3410',
90-
91-
'teal-lightest' : '#ECF7F5',
92-
'teal-lighter' : '#B3DED7',
93-
'teal-light' : '#7AC5BA',
94-
'teal' : '#41AC9C',
95-
'teal-dark' : '#3B9B8C',
96-
'teal-darker' : '#27675E',
97-
'teal-darkest' : '#14342F',
98-
99-
'blue-lightest' : '#E7EEF5',
100-
'blue-lighter' : '#9FBAD9',
101-
'blue-light' : '#5886BC',
102-
'blue' : '#10529F',
103-
'blue-dark' : '#0E4A8F',
104-
'blue-darker' : '#0A315F',
105-
'blue-darkest' : '#051930',
106-
107-
'indigo-lightest' : '#F0F1FA',
108-
'indigo-lighter' : '#C1C7EB',
109-
'indigo-light' : '#939EDC',
110-
'indigo' : '#6574CD',
111-
'indigo-dark' : '#5B68B9',
112-
'indigo-darker' : '#3D467B',
113-
'indigo-darkest' : '#1E233E',
114-
115-
'purple-lightest' : '#F6EAF5',
116-
'purple-lighter' : '#DCAAD8',
117-
'purple-light' : '#C16BBA',
118-
'purple' : '#A72B9D',
119-
'purple-dark' : '#96278D',
120-
'purple-darker' : '#641A5E',
121-
'purple-darkest' : '#320D2F',
58+
'red-lightest': '#f9eded',
59+
'red-lighter': '#e7b6b6',
60+
'red-light': '#d58080',
61+
'red': '#c34949',
62+
'red-dark': '#b04242',
63+
'red-darker': '#752c2c',
64+
'red-darkest': '#3b1616',
65+
66+
'orange-lightest': '#fcf4eb',
67+
'orange-lighter': '#f4d4ae',
68+
'orange-light': '#ecb371',
69+
'orange': '#e49334',
70+
'orange-dark': '#cd842f',
71+
'orange-darker': '#89581f',
72+
'orange-darkest': '#442c10',
73+
74+
'yellow-lightest': '#fbfae9',
75+
'yellow-lighter': '#ede9a7',
76+
'yellow-light': '#e0d965',
77+
'yellow': '#d2c823',
78+
'yellow-dark': '#bdb420',
79+
'yellow-darker': '#7e7815',
80+
'yellow-darkest': '#3f3c0b',
81+
82+
'green-lightest': '#eef7eb',
83+
'green-lighter': '#bbdeae',
84+
'green-light': '#89c671',
85+
'green': '#56ad34',
86+
'green-dark': '#4d9c2f',
87+
'green-darker': '#34681f',
88+
'green-darkest': '#1a3410',
89+
90+
'teal-lightest': '#ecf7f5',
91+
'teal-lighter': '#b3ded7',
92+
'teal-light': '#7ac5ba',
93+
'teal': '#41ac9c',
94+
'teal-dark': '#3b9b8c',
95+
'teal-darker': '#27675e',
96+
'teal-darkest': '#14342f',
97+
98+
'blue-lightest': '#e7eef5',
99+
'blue-lighter': '#9fbad9',
100+
'blue-light': '#5886bc',
101+
'blue': '#10529f',
102+
'blue-dark': '#0e4a8f',
103+
'blue-darker': '#0a315f',
104+
'blue-darkest': '#051930',
105+
106+
'indigo-lightest': '#f0f1fa',
107+
'indigo-lighter': '#c1c7eb',
108+
'indigo-light': '#939edc',
109+
'indigo': '#6574cd',
110+
'indigo-dark': '#5b68b9',
111+
'indigo-darker': '#3d467b',
112+
'indigo-darkest': '#1e233e',
113+
114+
'purple-lightest': '#f6eaf5',
115+
'purple-lighter': '#dcaad8',
116+
'purple-light': '#c16bba',
117+
'purple': '#a72b9d',
118+
'purple-dark': '#96278d',
119+
'purple-darker': '#641a5e',
120+
'purple-darkest': '#320d2f',
122121
};
123122

124123
module.exports = {
@@ -138,7 +137,6 @@ module.exports = {
138137

139138
colors: colors,
140139

141-
142140
/*
143141
|-----------------------------------------------------------------------------
144142
| Screens https://tailwindcss.com/docs/responsive-design
@@ -170,7 +168,6 @@ module.exports = {
170168
'lgx': {'max': '1999px'},
171169
},
172170

173-
174171
/*
175172
|-----------------------------------------------------------------------------
176173
| Fonts https://tailwindcss.com/docs/fonts
@@ -214,7 +211,6 @@ module.exports = {
214211
]
215212
},
216213

217-
218214
/*
219215
|-----------------------------------------------------------------------------
220216
| Text sizes https://tailwindcss.com/docs/text-sizing
@@ -246,7 +242,6 @@ module.exports = {
246242
'5xl': '3rem', // 48px
247243
},
248244

249-
250245
/*
251246
|-----------------------------------------------------------------------------
252247
| Font weights https://tailwindcss.com/docs/font-weight
@@ -273,7 +268,6 @@ module.exports = {
273268
'black': 900,
274269
},
275270

276-
277271
/*
278272
|-----------------------------------------------------------------------------
279273
| Leading (line height) https://tailwindcss.com/docs/line-height
@@ -293,7 +287,6 @@ module.exports = {
293287
'loose': 2,
294288
},
295289

296-
297290
/*
298291
|-----------------------------------------------------------------------------
299292
| Tracking (letter spacing) https://tailwindcss.com/docs/letter-spacing
@@ -312,7 +305,6 @@ module.exports = {
312305
'wide': '0.05em',
313306
},
314307

315-
316308
/*
317309
|-----------------------------------------------------------------------------
318310
| Text colors https://tailwindcss.com/docs/text-color
@@ -328,7 +320,6 @@ module.exports = {
328320

329321
textColors: colors,
330322

331-
332323
/*
333324
|-----------------------------------------------------------------------------
334325
| Background colors https://tailwindcss.com/docs/background-color
@@ -344,7 +335,6 @@ module.exports = {
344335

345336
backgroundColors: colors,
346337

347-
348338
/*
349339
|-----------------------------------------------------------------------------
350340
| Background sizes https://tailwindcss.com/docs/background-size
@@ -364,7 +354,6 @@ module.exports = {
364354
'contain': 'contain',
365355
},
366356

367-
368357
/*
369358
|-----------------------------------------------------------------------------
370359
| Border widths https://tailwindcss.com/docs/border-width
@@ -386,7 +375,6 @@ module.exports = {
386375
'8': '8px',
387376
},
388377

389-
390378
/*
391379
|-----------------------------------------------------------------------------
392380
| Border colors https://tailwindcss.com/docs/border-color
@@ -406,7 +394,6 @@ module.exports = {
406394

407395
borderColors: global.Object.assign({default: colors['grey-light']}, colors),
408396

409-
410397
/*
411398
|-----------------------------------------------------------------------------
412399
| Border radius https://tailwindcss.com/docs/border-radius
@@ -431,7 +418,6 @@ module.exports = {
431418
'full': '9999px',
432419
},
433420

434-
435421
/*
436422
|-----------------------------------------------------------------------------
437423
| Width https://tailwindcss.com/docs/width
@@ -483,7 +469,6 @@ module.exports = {
483469
'screen': '100vw'
484470
},
485471

486-
487472
/*
488473
|-----------------------------------------------------------------------------
489474
| Height https://tailwindcss.com/docs/height
@@ -519,7 +504,6 @@ module.exports = {
519504
'screen': '100vh'
520505
},
521506

522-
523507
/*
524508
|-----------------------------------------------------------------------------
525509
| Minimum width https://tailwindcss.com/docs/min-width
@@ -539,7 +523,6 @@ module.exports = {
539523
'full': '100%',
540524
},
541525

542-
543526
/*
544527
|-----------------------------------------------------------------------------
545528
| Minimum height https://tailwindcss.com/docs/min-height
@@ -560,7 +543,6 @@ module.exports = {
560543
'screen': '100vh'
561544
},
562545

563-
564546
/*
565547
|-----------------------------------------------------------------------------
566548
| Maximum width https://tailwindcss.com/docs/max-width
@@ -590,7 +572,6 @@ module.exports = {
590572
'full': '100%',
591573
},
592574

593-
594575
/*
595576
|-----------------------------------------------------------------------------
596577
| Maximum height https://tailwindcss.com/docs/max-height
@@ -610,7 +591,6 @@ module.exports = {
610591
'screen': '100vh',
611592
},
612593

613-
614594
/*
615595
|-----------------------------------------------------------------------------
616596
| Padding https://tailwindcss.com/docs/padding
@@ -644,7 +624,6 @@ module.exports = {
644624
'32': '8rem',
645625
},
646626

647-
648627
/*
649628
|-----------------------------------------------------------------------------
650629
| Margin https://tailwindcss.com/docs/margin
@@ -679,7 +658,6 @@ module.exports = {
679658
'32': '8rem',
680659
},
681660

682-
683661
/*
684662
|-----------------------------------------------------------------------------
685663
| Negative margin https://tailwindcss.com/docs/negative-margin
@@ -713,7 +691,6 @@ module.exports = {
713691
'32': '8rem',
714692
},
715693

716-
717694
/*
718695
|-----------------------------------------------------------------------------
719696
| Shadows https://tailwindcss.com/docs/shadows
@@ -739,7 +716,6 @@ module.exports = {
739716
'none': 'none',
740717
},
741718

742-
743719
/*
744720
|-----------------------------------------------------------------------------
745721
| Z-index https://tailwindcss.com/docs/z-index
@@ -763,7 +739,6 @@ module.exports = {
763739
'50': 50,
764740
},
765741

766-
767742
/*
768743
|-----------------------------------------------------------------------------
769744
| Opacity https://tailwindcss.com/docs/opacity
@@ -785,7 +760,6 @@ module.exports = {
785760
'100': '1',
786761
},
787762

788-
789763
/*
790764
|-----------------------------------------------------------------------------
791765
| SVG fill https://tailwindcss.com/docs/svg
@@ -804,7 +778,6 @@ module.exports = {
804778
'current': 'currentColor',
805779
},
806780

807-
808781
/*
809782
|-----------------------------------------------------------------------------
810783
| SVG stroke https://tailwindcss.com/docs/svg
@@ -823,7 +796,6 @@ module.exports = {
823796
'current': 'currentColor',
824797
},
825798

826-
827799
/*
828800
|-----------------------------------------------------------------------------
829801
| Modules https://tailwindcss.com/docs/configuration#modules
@@ -894,7 +866,6 @@ module.exports = {
894866
zIndex: ['responsive'],
895867
},
896868

897-
898869
/*
899870
|-----------------------------------------------------------------------------
900871
| Plugins https://tailwindcss.com/docs/plugins
@@ -915,7 +886,6 @@ module.exports = {
915886
}),
916887
],
917888

918-
919889
/*
920890
|-----------------------------------------------------------------------------
921891
| Advanced Options https://tailwindcss.com/docs/configuration#options

0 commit comments

Comments
 (0)