fix: config file lint error (#250)
This commit is contained in:
parent
bad3b14438
commit
8358d0abfa
7 changed files with 26 additions and 24 deletions
|
|
@ -50,21 +50,20 @@ module.exports = {
|
|||
indigo: {
|
||||
25: '#F5F8FF',
|
||||
100: '#E0EAFF',
|
||||
600: '#444CE7'
|
||||
}
|
||||
600: '#444CE7',
|
||||
},
|
||||
},
|
||||
screens: {
|
||||
'mobile': '100px',
|
||||
mobile: '100px',
|
||||
// => @media (min-width: 100px) { ... }
|
||||
'tablet': '640px', // 391
|
||||
tablet: '640px', // 391
|
||||
// => @media (min-width: 600px) { ... }
|
||||
'pc': '769px',
|
||||
pc: '769px',
|
||||
// => @media (min-width: 769px) { ... }
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [
|
||||
require('@tailwindcss/typography'),
|
||||
require('@tailwindcss/line-clamp'),
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue