scalacss
scalacss copied to clipboard
How to generate custom CSS declaration?
I am using scalacss in standalone mode and would like to generate css that looks as follows:
.bar {
@apply foo;
}
(@apply is a Tailwind CSS directive)
is it possible? From the docs it seems the answer is "no", but I hope I am wrong.