Skip to content

Commit

Permalink
Merge pull request tailwindlabs#189 from coltborg/next
Browse files Browse the repository at this point in the history
Fix typo in docs about apply removing important
  • Loading branch information
adamwathan authored May 10, 2019
2 parents a09547f + 73c6db1 commit fe94b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/docs/functions-and-directives.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Any rules inlined with `@@apply` will have `!important` **removed** by default t
}

.bar {
@@apply bar;
@@apply foo;
}

/* Output */
Expand Down

0 comments on commit fe94b51

Please sign in to comment.