Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
2016-12-15 14:42:45 +0800
Commit
21376b466ba37427670638ecbc5680fcf1158d8c
1 parent
3a147707
postcss
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
package.json
public/gulpfile.js
package.json
View file @
21376b4
...
...
@@ -73,6 +73,7 @@
"postcss-center"
:
"^1.0.0"
,
"postcss-clearfix"
:
"^1.0.0"
,
"postcss-crip"
:
"^2.0.1"
,
"postcss-import"
:
"^9.0.0"
,
"postcss-loader"
:
"^1.1.1"
,
"postcss-position"
:
"^0.5.0"
,
"postcss-pxtorem"
:
"^3.3.1"
,
...
...
public/gulpfile.js
View file @
21376b4
...
...
@@ -103,6 +103,12 @@ const postcssPlugin = (et) => {
}
plugins
=
[
require
(
'postcss-import'
)({
load
(
filename
,
importOptions
)
{
console
.
log
(
filename
)
console
.
log
(
importOptions
)
}
}),
require
(
'precss'
),
require
(
'postcss-sprites'
).
default
(
sprites
),
require
(
'postcss-assets'
)(
assets
),
...
...
Please
register
or
login
to post a comment