3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
zeppelin/dashboard/tailwind.config.js

25 lines
393 B
JavaScript
Raw Normal View History

module.exports = {
2020-12-13 22:11:04 +02:00
important: true,
theme: {
2020-12-13 22:11:04 +02:00
extend: {
lineHeight: {
2021-09-11 19:06:51 +03:00
zero: "0",
2020-12-13 22:11:04 +02:00
},
flex: {
2021-09-11 19:06:51 +03:00
full: "0 0 100%",
flexible: "1 1 0",
},
2020-12-13 23:11:23 +02:00
},
screens: {
2021-09-11 19:06:51 +03:00
sm: "640px",
md: "768px",
"until-lg": { max: "1023px" },
lg: "1024px",
xl: "1280px",
"2xl": "1536px",
},
},
variants: {},
2021-09-11 19:06:51 +03:00
plugins: [],
};