mirror of
https://github.com/Damillora/Yuika
synced 2024-11-16 23:07:33 +00:00
chore: remove unused tailwind config
This commit is contained in:
parent
12154775d3
commit
59c72b60aa
@ -1,41 +0,0 @@
|
||||
module.exports = {
|
||||
purge: [
|
||||
'./**/*.hbs',
|
||||
'./assets/**/*.js',
|
||||
'./assets/css/styles.css', // This file defines required styles for the Ghost editor
|
||||
// etc.
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'yuika-blue': {
|
||||
'100': '#C6E7F8',
|
||||
'200': '#9FD3F0',
|
||||
'300': '#7BBEE5',
|
||||
'400': '#5AA7D7',
|
||||
'500': '#3B90C6',
|
||||
'600': '#2E72AA',
|
||||
'700': '#22558C',
|
||||
'800': '#173B6C',
|
||||
'900': '#0E254C',
|
||||
}
|
||||
},
|
||||
maxHeight: {
|
||||
'16': '4rem',
|
||||
'24': '6rem',
|
||||
'32': '8rem',
|
||||
}
|
||||
},
|
||||
fontFamily: {
|
||||
'sans': ['"Exo 2"',' -apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif', '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"'],
|
||||
'display': ['"Exo 2"',' -apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif', '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"'],
|
||||
'body': ['"Exo 2"',' -apple-system', 'BlinkMacSystemFont', '"Segoe UI"', 'Roboto', '"Helvetica Neue"', 'Arial', '"Noto Sans"', 'sans-serif', '"Apple Color Emoji"', '"Segoe UI Emoji"', '"Segoe UI Symbol"', '"Noto Color Emoji"'],
|
||||
}
|
||||
},
|
||||
variants: ['responsive', 'group-hover', 'hover', 'active','focus' ],
|
||||
plugins: [
|
||||
],
|
||||
future: {
|
||||
purgeLayersByDefault: true
|
||||
},
|
||||
}
|
Loading…
Reference in New Issue
Block a user