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

NTUEEPLUS-311 Replace the CSS-in-JS (makeStyles & useStyles) with CSS modules #265

Open
homuch opened this issue Apr 3, 2024 · 0 comments

Comments

@homuch
Copy link
Collaborator

homuch commented Apr 3, 2024

Some files use the makeStyles() function to create custom styles. Move the style definitions into the CSS module (i.e., a .css file imported by .js file), at least for the static ones(styles not related to theme or props). For the styles related to props or theme, you can follow client\src\views\in\profile\search\Styles.js.

@homuch homuch changed the title NTUEEPLUS-311 Replace the CSS-in-JS with makeStyles & useStyles by CSS modules NTUEEPLUS-311 Replace the CSS-in-JS (makeStyles & useStyles) with CSS modules Apr 11, 2024
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

No branches or pull requests

1 participant