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

Install and Configure SCSS Compilation Using the sass npm Package #47

Closed
3 tasks done
zahrafalak opened this issue Sep 28, 2024 · 0 comments · Fixed by #50
Closed
3 tasks done

Install and Configure SCSS Compilation Using the sass npm Package #47

zahrafalak opened this issue Sep 28, 2024 · 0 comments · Fixed by #50
Assignees

Comments

@zahrafalak
Copy link
Collaborator

zahrafalak commented Sep 28, 2024

Summary

We need to add SCSS support to the project to improve the maintainability and organization of styles across components. SCSS offers enhanced styling capabilities, such as variables, nesting, and mixins, which will help make the code more modular and scalable.

Acceptance Criteria

  • Install the sass npm package globally via npm install -g sass.
  • Ensure SCSS files are imported and used in TypeScript components.
  • Update at least one component to demonstrate the use of SCSS.
@zahrafalak zahrafalak self-assigned this Sep 28, 2024
@zahrafalak zahrafalak changed the title Install SCSS via npm nstall and Configure SCSS Compilation Using the sass npm Package Sep 28, 2024
@zahrafalak zahrafalak changed the title nstall and Configure SCSS Compilation Using the sass npm Package Install and Configure SCSS Compilation Using the sass npm Package Sep 28, 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
1 participant