Skip to content

Instantly share code, notes, and snippets.

@elvism16
Last active December 19, 2018 12:35
Show Gist options
  • Save elvism16/f89327bf9c75f112de36004ea0239257 to your computer and use it in GitHub Desktop.
Save elvism16/f89327bf9c75f112de36004ea0239257 to your computer and use it in GitHub Desktop.
BEM with at-root directive
.block {
display: block;
@at-root #{&}__element {
position: relative;
}
@at-root #{&}--modifier {
display: flex;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment