Skip to content

Commit

Permalink
feat(pv-scripts): remove postCss's dir plugin setting
Browse files Browse the repository at this point in the history
all modern browsers support the :dir() selector, having some setting in the post css env will force
converting this to [dir=] which won't work with nested dirs or dir=auto or shadow dom
  • Loading branch information
mbehzad committed Aug 23, 2024
1 parent cf0c2bd commit 701e1ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/pv-scripts/webpack/base/tasks/compileCSS.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ module.exports = {
[
require.resolve("postcss-preset-env"),
{
features: {
"dir-pseudo-class": { dir: "ltr" },
},
features: {},
},
],
[
Expand Down

0 comments on commit 701e1ba

Please sign in to comment.