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
As a dev, I want to apply SASS so that I can utilize variables and mixins to minimize redundancy in styling.
Acceptance Criteria
How will we know that the user story is complete?
As a dev, when I open the project, I can see in the file structure sass files and partial files. I see that inside of component files, sass variables and mixins are being imported and applied.
Concerns
download sass
create sass file structure
import partial sass files into main
import sass file into component files
start with color variables
move on to borders
media queries included.
The text was updated successfully, but these errors were encountered:
Story
As a dev, I want to apply SASS so that I can utilize variables and mixins to minimize redundancy in styling.
Acceptance Criteria
As a dev, when I open the project, I can see in the file structure sass files and partial files. I see that inside of component files, sass variables and mixins are being imported and applied.
Concerns
The text was updated successfully, but these errors were encountered: