Skip to content

Instantly share code, notes, and snippets.

@dbismut
Created April 9, 2018 16:47
Show Gist options
  • Save dbismut/e294e433db21341c6298416061c7d612 to your computer and use it in GitHub Desktop.
Save dbismut/e294e433db21341c6298416061c7d612 to your computer and use it in GitHub Desktop.
Part 3 - Adding the invert class for the close icon
.close.invert {
background: #000;
&::after,
&::before {
background: #fff;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment