代码拉取完成,页面将自动刷新
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: false, // or 'media' or 'class'
content: [
'./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'
],
theme: {
//colors: {
// 'w-full': '50%',
//},
extend: {
colors: {
'primary': '#1c60df',
'success': '#1c60df',
'error': '#1c60df',
'warning': '#1c60df',
'info': '#1c60df',
'primary-background': '#000'
}
},
},
plugins: [],
//如果您想完全禁用 Preflight - 可能是因为您要将 Tailwind 集成到现有项目中,或者是因为您想提供自己的基本样式 - 您所需要做的就是在 tailwind.config.js 文件的 corePlugins 部分,设置 preflight 为 false
corePlugins: {
preflight: false,
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。