Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Cleanup and .module SCSS #200

Closed
wants to merge 10 commits into from
Closed

CSS Cleanup and .module SCSS #200

wants to merge 10 commits into from

Conversation

advaithg
Copy link
Contributor

@advaithg advaithg commented Jul 7, 2021

Closes issue #191

Currently in progress

  • convert pages and components to modules

  • remove repeated CSS and make it global

  • Renames most SCSS files to .module.scss

  • Converts SCSS to camel case when using modules, and imports styles into js files

  • Removes unnecessary CSS classes

1. had some classes that didn't exist (half-size)
2. converted classnames to camel case
3. imported variables into module file
4. imported module file in about page
1. Currently breaks mobile navbar - should be fixed when converting navbar
2. Removed empty classes (banner-main-content)
also changed calendar classnames and added a CSS comment for when we remove pause state
TODO: change import when button component is converted
additionally also changed techgala banner on index page to use modular scss
midway through converting footer as of now
globals should be unnecessary at this point of time
gm page needs to be checked when routing is fixed
@advaithg
Copy link
Contributor Author

advaithg commented Jul 8, 2021

Closing this post conversation with @mattxwang and deciding in favor of an incremental approach to slowly bleed in .module scss page by page with separate PRs

@advaithg advaithg closed this Jul 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant