ASU-CodeDevils / codedevils.org

The Official CodeDevils website frontend codebase written using Next.js, React, TypeScript, and Tailwind CSS
https://www.codedevils.org
10 stars 6 forks source link

Clean up unused files #37

Closed jtmichelson closed 1 year ago

jtmichelson commented 1 year ago

Why do we have files like tailwind.config.cjs if we're not using tailwind? There seems to be a lot of these boilerplate files that are completely unused and adding bloat.

IMBCIT commented 1 year ago

We are supposed to be using tailwind

reharri7 commented 1 year ago

Be a 10xer and delete the bloat

fernandonevarez commented 1 year ago

alright bet

frankjlin16 commented 1 year ago

Are we no longer using Tailwind?

jtmichelson commented 1 year ago

Are we no longer using Tailwind?

Looking at the project there is a dedicated SASS style sheet for every component/page. No signs of Tailwind being used currently.

jtmichelson commented 1 year ago

Related issue #36

fernandonevarez commented 1 year ago

i'll get rid of the tailwind file

fernandonevarez commented 1 year ago

We are supposed to be using tailwind fine, I'll work on relearning it.