mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Remove preprocessor example since it doesn't work with Less
This commit is contained in:
parent
d1764b3fab
commit
a46c460102
@ -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`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user