Skip to content

Commit a46c460

Browse files
committed
Remove preprocessor example since it doesn't work with Less
1 parent d1764b3 commit a46c460

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/source/docs/functions-and-directives.blade.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,6 @@ Note that `@@apply` **will not work** for mixing in hover or responsive variants
6868
@@apply .inline-block;
6969
}
7070
}
71-
72-
// Or if you're using Less or Sass:
73-
.btn {
74-
@@apply .block .bg-red;
75-
&:hover {
76-
@@apply .bg-blue;
77-
}
78-
@@screen md {
79-
@@apply .inline-block;
80-
}
81-
}
8271
```
8372

8473
### `@@responsive`

0 commit comments

Comments
 (0)