From 73c6db1d3f93167ba25081458025fabb28febd1c Mon Sep 17 00:00:00 2001 From: coltborg Date: Thu, 9 May 2019 21:24:20 -0500 Subject: [PATCH] Fix typo in docs about apply removing important --- source/docs/functions-and-directives.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/functions-and-directives.blade.md b/source/docs/functions-and-directives.blade.md index f4bf685d6c2a..74f8147993ce 100644 --- a/source/docs/functions-and-directives.blade.md +++ b/source/docs/functions-and-directives.blade.md @@ -87,7 +87,7 @@ Any rules inlined with `@@apply` will have `!important` **removed** by default t } .bar { - @@apply bar; + @@apply foo; } /* Output */