Skip to content
代码片段 群组 项目
未验证 提交 622c69e1 编辑于 作者: Lukas 'ai-pi' Eipert's avatar Lukas 'ai-pi' Eipert 提交者: GitLab
浏览文件

Merge branch 'tailwind-fix-shadow-color' into 'master'

No related branches found
No related tags found
无相关合并请求
......@@ -91,7 +91,7 @@ module.exports = {
boxShadow: {
none: 'none',
// TODO: I don't think we have a --t-gray matching class... --t-gray-a-24 seems close
DEFAULT: '0 1px 4px 0 rgba(#000, 0.3)',
DEFAULT: '0 1px 4px 0 #0000004d',
sm: '0 1px 2px var(--t-gray-a-08, #1f1e2414)',
md: '0 2px 8px var(--t-gray-a-16, #1f1e2429), 0 0 2px var(--t-gray-a-16, #1f1e2429)',
lg: '0 4px 12px var(--t-gray-a-16, #1f1e2429), 0 0 4px var(--t-gray-a-16, #1f1e2429)',
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册