Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
afzalsayed96 committed Jan 19, 2020
1 parent 04bbc03 commit b4f8c7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/postcss.config.js
Expand Up @@ -14,6 +14,6 @@ module.exports = {
},
]
: undefined,
'postcss-preset-env'
'postcss-preset-env',
],
}
6 changes: 3 additions & 3 deletions examples/with-tailwindcss/styles/index.css
@@ -1,8 +1,8 @@
/* purgecss start ignore */
@import "tailwindcss/base";
@import "tailwindcss/components";
@import 'tailwindcss/base';
@import 'tailwindcss/components';
/* purgecss end ignore */
@import "tailwindcss/utilities";
@import 'tailwindcss/utilities';

@import './button.css';

Expand Down

0 comments on commit b4f8c7f

Please sign in to comment.