1 Star 0 Fork 442

HenryGu / Layx

forked from 百小僧 / Layx 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
postcss.config.js 306 Bytes
Copy Edit Raw Blame History
百小僧 authored 2019-02-27 17:17 . init
module.exports = {
plugins: [
require("autoprefixer")({
browsers: [
"defaults",
"not ie < 10",
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
})
]
};
TypeScript
1
https://gitee.com/henrygu/LayX.git
git@gitee.com:henrygu/LayX.git
henrygu
LayX
Layx
dev

Search