2 Star 1 Fork 0

EmberCoding/mapbox -dev - fc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
tailwind.config.ts 791 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ember | UB 提交于 2023-09-04 20:03 . 1
import type { Config } from "tailwindcss";
const config: Config = {
content: [
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
"./components/**/*.{js,ts,jsx,tsx,mdx}",
"./app/**/*.{js,ts,jsx,tsx,mdx}",
],
theme: {
extend: {
backgroundImage: {
"gradient-radial": "radial-gradient(var(--tw-gradient-stops))",
"gradient-conic":
"conic-gradient(from 180deg at 50% 50%, var(--tw-gradient-stops))",
},
},
colors: {
transparent: "transparent",
current: "currentColor",
white: "#ffffff",
purple: "#3f3cbb",
midnight: "#121063",
metal: "#565584",
tahiti: "#3ab7bf",
silver: "#ecebff",
"bubble-gum": "#ff77e9",
bermuda: "#78dcca",
},
},
plugins: [],
};
export default config;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/embercoding/mapbox--dev---fc.git
git@gitee.com:embercoding/mapbox--dev---fc.git
embercoding
mapbox--dev---fc
mapbox -dev - fc
master

搜索帮助