mirror of
https://github.com/fengyuanchen/viewerjs.git
synced 2026-01-18 15:13:13 +00:00
9 lines
127 B
JSON
9 lines
127 B
JSON
{
|
|
"use": [
|
|
"postcss-cssnext",
|
|
"postcss-assets"
|
|
],
|
|
"input": "src/css/viewer.css",
|
|
"output": "dist/viewer.css"
|
|
}
|