Skip to content

Commit

Permalink
feat: improve browerslist coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
RasenGUY committed Nov 9, 2023
1 parent 29712a4 commit de876da
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 115 deletions.
6 changes: 3 additions & 3 deletions babel-plugin-macros.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

/* eslint-disable no-undef */
import path from 'path';

module.exports = {
twin: {
config: path.resolve(__dirname, './', 'tailwind.config.js'),
preset: "emotion"
config: 'tailwind.config.js',
preset: 'styled-components'
},
}
190 changes: 89 additions & 101 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de876da

Please sign in to comment.