1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-14 00:54:08 +02:00

Install standard

This commit is contained in:
Felix Mattick
2019-10-02 10:59:34 -07:00
parent 89db17b227
commit 2d029be3fc
2 changed files with 1036 additions and 32 deletions

View File

@@ -40,24 +40,27 @@
"postcss-color-mod-function": "^3.0.3", "postcss-color-mod-function": "^3.0.3",
"postcss-css-variables": "^0.12.0", "postcss-css-variables": "^0.12.0",
"postcss-import": "^12.0.1", "postcss-import": "^12.0.1",
"postcss-inline-svg": "^3.1.1" "postcss-inline-svg": "^3.1.1",
"standard": "^14.3.1"
}, },
"browserslist": { "browserslist": {
"legacy": ["defaults AND not android 4.4.3"], "legacy": [
"modern": [ "defaults AND not android 4.4.3"
"Edge > 16", ],
"Firefox > 31", "modern": [
"Chrome > 49", "Edge > 16",
"Safari > 9.1", "Firefox > 31",
"Opera > 36", "Chrome > 49",
"ios_saf > 9.3", "Safari > 9.1",
"Android > 76", "Opera > 36",
"OperaMobile > 46", "ios_saf > 9.3",
"ChromeAndroid > 76", "Android > 76",
"FirefoxAndroid > 68", "OperaMobile > 46",
"UCAndroid > 12.12", "ChromeAndroid > 76",
"Samsung > 5" "FirefoxAndroid > 68",
] "UCAndroid > 12.12",
"Samsung > 5"
]
}, },
"files": [ "files": [
"dist" "dist"

1033
yarn.lock

File diff suppressed because it is too large Load Diff