1 Star 1 Fork 0

VueFileManager/vuefilemanager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tailwind.config.js 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
module.exports = {
content: [
'./resources/js/**/*.{js,jsx,ts,tsx,vue}',
'./resources/views/vuefilemanager/*.blade.php',
],
darkMode: 'class',
theme: {
debugScreens: {
position: ['bottom', 'right'],
},
screens: {
'xs': '420px',
'sm': '640px',
'md': '768px',
'lg': '1024px',
'xl': '1280px',
'2xl': '1536px',
},
/*textColor: {
'green': '#0ABB87',
'red': '#fd397a',
'yellow': '#ffb822',
'purple': '#9d66fe',
'blue': '#5578eb',
'white': '#fff',
},*/
extend: {
scale: {
'97': '.97',
},
borderWidth: {
'3': '3px',
},
borderColor: theme => ({
'light': '#F3F3F3',
'red': '#fd397a',
'dark-background': '#151515',
'dark-secondary': '#1e2024',
}),
fontSize: {
tiny: ['11px', '16px'],
},
color: {
'dark-foreground': '#1e2024',
},
backgroundColor: theme => ({
'dark-background': '#151515',
'dark-foreground': '#171819',
'2x-dark-foreground': '#191b1e',
'4x-dark-foreground': '#1e2124',
'light-background': '#f4f5f6',
'light-300': '#e1e1ef',
}),
boxShadow: {
card: '0 2px 6px 0 rgba(0, 0, 0, 0.04)',
card_red: '0 2px 6px 0 rgba(253, 57, 122, 0.04)',
},
screens: {
'print': {'raw': 'print'},
},
},
},
plugins: [
require('tailwindcss-debug-screens'),
require('tailwind-scrollbar-hide'),
],
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/VueFileManager/vuefilemanager.git
git@gitee.com:VueFileManager/vuefilemanager.git
VueFileManager
vuefilemanager
vuefilemanager
master

搜索帮助