Skip to content

Commit

Permalink
Adding is @tailwind components; (#5897)
Browse files Browse the repository at this point in the history
Without `@tailwind components;` plugins (like container which is added by default) will not work.
See: tailwindlabs/tailwindcss#446 (comment) for details
  • Loading branch information
diit authored and timneutkens committed Dec 16, 2018
1 parent cd1d364 commit f7477a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/with-tailwindcss/styles/index.css
@@ -1,6 +1,7 @@
@import "./button.css";

@tailwind preflight;
@tailwind components;
@tailwind utilities;

.hero {
Expand Down

0 comments on commit f7477a9

Please sign in to comment.