Skip to content

Commit d45886c

Browse files
pfultoncastastrophe
authored andcommitted
feat: add postcss-hover-media-feature plugin
1 parent 39edf2d commit d45886c

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

tools/component-builder-simple/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"postcss-dropdupedvars": "^2.0.0",
2929
"postcss-dropunusedvars": "^2.0.0",
3030
"postcss-extend": "^1.0.5",
31+
"postcss-hover-media-feature": "1.0.2",
3132
"postcss-import": "^16.0.0",
3233
"postcss-nested": "^6.0.1",
3334
"postcss-selector-parser": "^6.0.15",

tools/component-builder/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"postcss-discard-empty": "^6.0.1",
4040
"postcss-droproot": "^2.0.0",
4141
"postcss-extend": "^1.0.5",
42+
"postcss-hover-media-feature": "1.0.2",
4243
"postcss-import": "^16.0.0",
4344
"postcss-logical": "^7.0.1",
4445
"postcss-nested": "^6.0.1",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14481,6 +14481,13 @@ postcss-extend@^1.0.5:
1448114481
dependencies:
1448214482
postcss "^5.0.4"
1448314483

14484+
14485+
version "1.0.2"
14486+
resolved "https://registry.yarnpkg.com/postcss-hover-media-feature/-/postcss-hover-media-feature-1.0.2.tgz#7c2046ddee1521148660195864b014d6c1d13b3c"
14487+
integrity sha512-o5xDUqCQ4xtilWOcvo5LKYxFVSLWcBN0IlTqa0IJwAwHTd4pxKmX4c0fGIpgLQCcBB/+aFizt2NVWNGJWG4Izg==
14488+
dependencies:
14489+
postcss-selector-parser "^6.0.4"
14490+
1448414491
postcss-import@^16.0.0:
1448514492
version "16.0.0"
1448614493
resolved "https://registry.yarnpkg.com/postcss-import/-/postcss-import-16.0.0.tgz#2be1c78391b3f43f129fccfe5cc0cc1a11baef54"

0 commit comments

Comments
 (0)