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

Styling: SASS functionality not utilised #66

Open
kierancott opened this issue Jan 15, 2021 · 0 comments
Open

Styling: SASS functionality not utilised #66

kierancott opened this issue Jan 15, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@kierancott
Copy link
Contributor

kierancott commented Jan 15, 2021

Enhancement, (Non-urgent)

Issue:

  • All SCSS files are written in CSS format. No nesting, variables, includes or mixins are used. The efficiency, simplicity and readability of these files could be vastly improved by harnessing the tools that SASS makes available.

Proposed Action:

  • Review each individual SASS file, and determine how these these files could be modified to improve efficiency (eg. nesting)
  • Review rendered JSX, and determine whether SASS variables could be used (where structure/elements/styling are consistent), and make appropriate changes
  • Modify every SASS file to utilise any and every SASS tool available given current CSS-style structure
@kierancott kierancott added the enhancement New feature or request label Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant