Remove preprocessor example since it doesn't work with Less

This commit is contained in:
Adam Wathan 2017-11-04 12:43:07 -04:00
parent d1764b3fab
commit a46c460102

View File

@ -68,17 +68,6 @@ Note that `@@apply` **will not work** for mixing in hover or responsive variants
@@apply .inline-block;
}
}
// Or if you're using Less or Sass:
.btn {
@@apply .block .bg-red;
&:hover {
@@apply .bg-blue;
}
@@screen md {
@@apply .inline-block;
}
}
```
### `@@responsive`