You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Enhancement, (Non-urgent)
Issue:
Proposed Action:
The text was updated successfully, but these errors were encountered: