DEV Community

Discussion on: Tailwind CSS over Plain CSS

Collapse
 
vladi160 profile image
vladi160

"No Media queries" - you are using them with Tailwind;
"Purging Unnecessary Styles" - there is no unnecessary styles with plain CSS;
"Inline Styling" - same for plain CSS - className="flex" vs. style={{display: 'flex'}} ;
"Highly Customizable" - not as plain CSS;
"Cache benefits" - same for plain CSS;
Tail is CSS.

"Easy to make Components" - ok;
"Get rid of naming things" - ok;