Skip to content

Commit d29f2d8

Browse files
committed
Install postcss-custom-media
1 parent ed0721e commit d29f2d8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"dependencies": {},
2424
"devDependencies": {
2525
"postcss-cli": "7.1.1",
26+
"postcss-custom-media": "7.0.8",
2627
"postcss-easy-import": "3.0.0",
2728
"postcss-flexbugs-fixes": "4.2.1",
2829
"postcss-mixins": "6.2.3",

postcss.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
require('postcss-nested'),
1616
require('postcss-mixins'),
1717
require('postcss-utilities'),
18-
require('postcss-flexbugs-fixes')
18+
require('postcss-flexbugs-fixes'),
19+
require('postcss-custom-media')
1920
]
2021
};

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ postcss-color-rebeccapurple@^4.0.1:
14021402
postcss "^7.0.2"
14031403
postcss-values-parser "^2.0.0"
14041404

1405-
postcss-custom-media@^7.0.8:
1405+
postcss-custom-media@7.0.8, postcss-custom-media@^7.0.8:
14061406
version "7.0.8"
14071407
resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-7.0.8.tgz#fffd13ffeffad73621be5f387076a28b00294e0c"
14081408
integrity sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==

0 commit comments

Comments
 (0)