Fix linting issues
This commit is contained in:
parent
79bea62113
commit
20d656542e
5 changed files with 52 additions and 52 deletions
|
@ -3,18 +3,18 @@ module.exports = {
|
|||
colors: {
|
||||
black: {
|
||||
default: '#22292f',
|
||||
60: 'rgba(0,0,0,.6)',
|
||||
60: 'rgba(0,0,0,.6)'
|
||||
},
|
||||
blue: {
|
||||
100: '#bcdefa',
|
||||
200: '#3490dc',
|
||||
300: '#2779bd',
|
||||
300: '#2779bd'
|
||||
},
|
||||
green: {
|
||||
100: '#f3faee',
|
||||
200: '#cde2c2',
|
||||
300: '#77b159',
|
||||
400: '#325e1c',
|
||||
400: '#325e1c'
|
||||
},
|
||||
grey: {
|
||||
100: '#f6f6f2',
|
||||
|
@ -22,24 +22,24 @@ module.exports = {
|
|||
300: '#dae1e7',
|
||||
400: '#b8c2cc',
|
||||
500: '#8795a1',
|
||||
600: '#3d4852',
|
||||
600: '#3d4852'
|
||||
},
|
||||
transparent: 'transparent',
|
||||
white: '#fff',
|
||||
white: '#fff'
|
||||
},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['sans-serif'],
|
||||
sans: ['sans-serif']
|
||||
},
|
||||
fontSize: {
|
||||
'3xl': '1.75rem',
|
||||
'3xl': '1.75rem'
|
||||
},
|
||||
maxWidth: {
|
||||
'6xl': '80rem',
|
||||
},
|
||||
},
|
||||
'6xl': '80rem'
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [
|
||||
require('tailwindcss-skip-link')(),
|
||||
require('tailwindcss-skip-link')()
|
||||
]
|
||||
}
|
||||
|
|
Reference in a new issue