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
Describe the task
sass-loader is a webpack plugin that helps us to compile SASS code to CSS. There have been changes in the CSS ecosystem over the last few years that may reduce the value of including SASS as a dependency. Do we still need to use SASS? Nesting and variables are now available using 'vanilla' CSS.
sass-loader: 14.2.1 -> 15.0.0
If we don't need to use SASS we should remove the dependency and update any related SASS (SCSS) code.
Purpose
To update dependencies and clean up dependencies that are no longer needed.
Acceptance Criteria
The application builds and runs successfully.
Additional context
Add any other context about the task here.
Or here
The text was updated successfully, but these errors were encountered:
Describe the task
sass-loader is a webpack plugin that helps us to compile SASS code to CSS. There have been changes in the CSS ecosystem over the last few years that may reduce the value of including SASS as a dependency. Do we still need to use SASS? Nesting and variables are now available using 'vanilla' CSS.
sass-loader: 14.2.1 -> 15.0.0
If we don't need to use SASS we should remove the dependency and update any related SASS (SCSS) code.
Purpose
To update dependencies and clean up dependencies that are no longer needed.
Acceptance Criteria
Additional context
The text was updated successfully, but these errors were encountered: