tags | |||
---|---|---|---|
|
tailwind directives are @rules ("at" rules) that you can use that do special things.
in the default generated input.css
file from tailwind, you can see some the @tailwind directive being used:
@tailwind base;
tags | |||
---|---|---|---|
|
tailwind directives are @rules ("at" rules) that you can use that do special things.
in the default generated input.css
file from tailwind, you can see some the @tailwind directive being used:
@tailwind base;