Skip to content

Commit

Permalink
chore(config): use workaround for bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaskoeller committed Sep 22, 2022
1 parent 9be3278 commit da488f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/config/postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ module.exports = {
{ customMedia: { '--large-desktop': '(min-width: 1312px)' } },
{ customSelectors: { ':--heading': 'h1, h2, h3, h4, h5, h6' } },
],
features: {
'logical-properties-and-values': {
dir: 'ltr'
}
}
}),
postcssReporter({
clearReportedMessages: true,
Expand Down

0 comments on commit da488f1

Please sign in to comment.