scalacss icon indicating copy to clipboard operation
scalacss copied to clipboard

How to generate custom CSS declaration?

Open hth2 opened this issue 5 years ago • 0 comments

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.

hth2 avatar Sep 05 '20 09:09 hth2