DEV Community

Discussion on: Finished my NextJS tailwindcss portfolio!! 💎

Collapse
 
mooha1999 profile image
mooha1999

Did you use both Sass and tailwind in this project? If so, why?

Collapse
 
braydentw profile image
Brayden W ⚡️

I used mainly TailwindCSS and some custom CSS.

Collapse
 
ishan_parlikar profile image
Ishan Parlikar

Sometimes when you want to write a bit complex css like animation, it is better to write it in plain css which gives you control on hierarchy.

Collapse
 
braydentw profile image
Brayden W ⚡️

Yep!