Skip to content

Commit

Permalink
postcss
Browse files Browse the repository at this point in the history
  • Loading branch information
sebousan committed Oct 10, 2023
1 parent 72844de commit 1e76356
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion postcss.config.js
Expand Up @@ -15,7 +15,9 @@ module.exports = {
/-backdrop$/,
/^is-/,
/^has-/,
/^js-/
/^js-/,
/^[href^="#"]/,
/^[href^="mailto"]/
],
deep: [
/^tobii/
Expand Down

0 comments on commit 1e76356

Please sign in to comment.