2 Star 4 Fork 1

LinHan / uniapp + vite + vue3 + ts +pinia + tailwindcss

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tailwind.config.js 389 Bytes
一键复制 编辑 原始数据 按行查看 历史
LinHan 提交于 2024-01-07 23:18 . feat: 基本架构
//tailwind.config.js
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx,vue}'],
theme: {
extend: {},
},
plugins: [],
presets: [
require('tailwindcss-rem2px-preset').createPreset({
// 32 意味着 1rem = 32rpx
fontSize: 32,
// 转化的单位,可以变成 px / rpx
unit: 'rpx'
})
],
important: true
}
1
https://gitee.com/linhanlove/atom.git
git@gitee.com:linhanlove/atom.git
linhanlove
atom
uniapp + vite + vue3 + ts +pinia + tailwindcss
master

搜索帮助