Comment by k4runa
4 years ago
Would it be possible with this to just apply tailwind css classes instead of learning this built in style syntax?
4 years ago
Would it be possible with this to just apply tailwind css classes instead of learning this built in style syntax?
Sure, you can apply tailwind classes like `<div.w-32.h-32.rounded-full>` etc, but I'd definitely recommend using the built in styling as it is much more powerful (value interpolation, flexible modifiers etc).
Great! I am interested in trying out the language and learning more but there would be a lot less friction and mental confusion on my side if I can get started and apply tailwind classes and use something I'm familiar with.