Skip to content

Commit

Permalink
Backward compat
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Aug 26, 2023
1 parent 421d275 commit 64e519f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
module.exports = {
plugins: [[require.resolve('./lib'), {}]]
plugins: [
[
require.resolve('./lib'),
{
prefix: {
className: '',
cssVariable: ''
}
}
]
]
};

0 comments on commit 64e519f

Please sign in to comment.