Skip to content

Commit 12ad6be

Browse files
Florens Verscheldedarkwing
Florens Verschelde
authored andcommitted
Remove postcss-bidirection and postcss-class-namespace from dev build (firefox-devtools#8155)
1 parent 4891a32 commit 12ad6be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

postcss.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ module.exports = ({ file, options, env }) => {
3434

3535
return {
3636
plugins: [
37-
require("postcss-bidirection"),
3837
require("autoprefixer")({
3938
browsers: ["last 2 Firefox versions", "last 2 Chrome versions"],
4039
flexbox: false,
4140
grid: false
4241
}),
43-
require("postcss-class-namespace")(),
4442
mapUrl(mapUrlDevelopment)
4543
]
4644
};

0 commit comments

Comments
 (0)