mirror of
https://github.com/tappollo/booster.git
synced 2026-06-14 23:38:49 +08:00
12 lines
136 B
JavaScript
12 lines
136 B
JavaScript
module.exports = {
|
|
theme: {
|
|
extend: {
|
|
fontSize: {
|
|
"7xl": "5rem"
|
|
}
|
|
}
|
|
},
|
|
variants: {},
|
|
plugins: []
|
|
};
|