Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
chore: exclude rtl selector
Browse files Browse the repository at this point in the history
  • Loading branch information
habib-deriv committed Feb 6, 2024
1 parent 9a58338 commit 4a0a058
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ module.exports = {
mergeIdents: true,
reduceIdents: true,
mergeRules: true,
minifySelectors: true,
minifySelectors: {
exclude: [/\.rtl/], // Exclude selectors containing ".rtl"
},
discardEmpty: true,
minifyFontValues: true,
},
Expand Down

0 comments on commit 4a0a058

Please sign in to comment.