Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
moves modifier class
  • Loading branch information
brianecook88 committed Jul 24, 2019
commit 3971588bf500a368390745b149db372ba339a9f9
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@ If this h1 style is used in a new context, we need to do extra work to locate an
&:after {
//...
}
&.selector--modifier {
@media (min-width: $bp-tablet) {
//...
}
@media (min-width: $bp-tablet) {
&.selector--modifier {
//...
}
}
Expand Down