1 Star 0 Fork 1

lidachao1122/gatsby-airtable-listing

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tailwind.config.js 607 Bytes
一键复制 编辑 原始数据 按行查看 历史
lidachao1122 提交于 2021-04-06 18:10 . upload example
const colors = require("tailwindcss/colors")
module.exports = {
purge: ["./src/**/*.jsx", "./src/**/*.js"],
darkMode: "class",
theme: {
container: {
center: true,
padding: "1.25rem",
},
fontFamily: {
sans: ["Roboto", "system-ui", "sans-serif"],
},
extend: {
colors: {
gray: colors.trueGray,
blue: colors.lightBlue,
},
fontSize: {
xxs: "0.625rem",
},
maxHeight: {
48: "12rem",
"80vh": "80vh",
"90vh": "90vh",
none: "none",
},
},
},
variants: {},
plugins: [],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lidachao1122/gatsby-airtable-listing.git
git@gitee.com:lidachao1122/gatsby-airtable-listing.git
lidachao1122
gatsby-airtable-listing
gatsby-airtable-listing
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385