@@ -12,7 +12,6 @@ we've done our very best to explain each section.
1212
1313View the full documentation at https://tailwindcss.com.
1414
15-
1615|-------------------------------------------------------------------------------
1716| The default config
1817|-------------------------------------------------------------------------------
@@ -60,7 +59,7 @@ let colors = {
6059 'primary-600' : 'hsl(214, 95%, 36%)' , // dark
6160 'primary-700' : 'hsl(215, 96%, 32%)' ,
6261 'primary-800' : 'hsl(216, 98%, 25%)' , // darker
63- 'primary-900' : 'hsl(218, 100%, 17%)' , //darkest
62+ 'primary-900' : 'hsl(218, 100%, 17%)' , // darkest
6463
6564 // Color used the most in the design and make up the majority of the UI.
6665 'neutral-50' : 'hsl(216, 33%, 97%)' ,
@@ -163,10 +162,10 @@ module.exports = {
163162 'lg' : '992px' ,
164163 'xl' : '1200px' ,
165164
166- 'xsx' : { 'max' : '575px' } ,
167- 'smx' : { 'max' : '767px' } ,
168- 'mdx' : { 'max' : '991px' } ,
169- 'lgx' : { 'max' : '1999px' } ,
165+ 'xsx' : { 'max' : '575px' } ,
166+ 'smx' : { 'max' : '767px' } ,
167+ 'mdx' : { 'max' : '991px' } ,
168+ 'lgx' : { 'max' : '1999px' } ,
170169 } ,
171170
172171 /*
@@ -189,6 +188,7 @@ module.exports = {
189188
190189 fonts : {
191190 'sans' : [
191+ 'Rubik' ,
192192 '-apple-system' ,
193193 'BlinkMacSystemFont' ,
194194 '"Helvetica Neue"' ,
@@ -209,7 +209,7 @@ module.exports = {
209209 'Monaco' ,
210210 'Consolas' ,
211211 'monospace' ,
212- ]
212+ ] ,
213213 } ,
214214
215215 /*
@@ -394,7 +394,7 @@ module.exports = {
394394 |
395395 */
396396
397- borderColors : global . Object . assign ( { default : colors [ 'neutral-400' ] } , colors ) ,
397+ borderColors : global . Object . assign ( { default : colors [ 'neutral-400' ] } , colors ) ,
398398
399399 /*
400400 |-----------------------------------------------------------------------------
@@ -469,7 +469,7 @@ module.exports = {
469469 '1/6' : '16.66667%' ,
470470 '5/6' : '83.33333%' ,
471471 'full' : '100%' ,
472- 'screen' : '100vw'
472+ 'screen' : '100vw' ,
473473 } ,
474474
475475 /*
@@ -504,7 +504,7 @@ module.exports = {
504504 '48' : '12rem' ,
505505 '64' : '16rem' ,
506506 'full' : '100%' ,
507- 'screen' : '100vh'
507+ 'screen' : '100vh' ,
508508 } ,
509509
510510 /*
@@ -543,7 +543,7 @@ module.exports = {
543543 minHeight : {
544544 '0' : '0' ,
545545 'full' : '100%' ,
546- 'screen' : '100vh'
546+ 'screen' : '100vh' ,
547547 } ,
548548
549549 /*
0 commit comments