Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
ca2a7d57
authored
2020-04-16 18:40:59 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
0ceee48c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
13 deletions
.gitignore
postcss.config-bak.js
.gitignore
View file @
ca2a7d5
...
...
@@ -6,7 +6,7 @@ node_modules
.DS_Store
sync.sh
git.sh
/sandbox
#
/sandbox
# local env files
.env.local
...
...
postcss.config-bak.js
deleted
100644 → 0
View file @
0ceee48
// module.exports = {
// plugins: {
// 'autoprefixer': {
// browsers: ['Android >= 4.0', 'iOS >= 7']
// },
// 'postcss-pxtorem': {
// rootValue: 75,
// propList: ['*'],
// selectorBlackList: []
// }
// }
// }
Please
register
or
sign in
to post a comment