Skip to content

Commit

Permalink
disable purge css
Browse files Browse the repository at this point in the history
  • Loading branch information
tuan2311 committed Aug 9, 2020
1 parent 8e33534 commit 15da8ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/http/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ clientApi.interceptors.response.use(undefined, (error) => {
toast(error.response.data.error, {
type: 'error',
});
throw error;
});
1 change: 0 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
module.exports = {
purge: ['./src/**/*.js', './src/**/*.jsx', './src/**/*.ts', './src/**/*.tsx'],
theme: {
textIndent: {
// defaults to {}
Expand Down

0 comments on commit 15da8ef

Please sign in to comment.