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
Hide 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
...
@@ -6,7 +6,7 @@ node_modules
6
.DS_Store
6
.DS_Store
7
sync.sh
7
sync.sh
8
git.sh
8
git.sh
9
/sandbox
9
#
/sandbox
10
10
11
# local env files
11
# local env files
12
.env.local
12
.env.local
...
...
postcss.config-bak.js
deleted
100644 → 0
View file @
0ceee48
1
// module.exports = {
2
// plugins: {
3
// 'autoprefixer': {
4
// browsers: ['Android >= 4.0', 'iOS >= 7']
5
// },
6
// 'postcss-pxtorem': {
7
// rootValue: 75,
8
// propList: ['*'],
9
// selectorBlackList: []
10
// }
11
// }
12
// }
Please
register
or
sign in
to post a comment