Skip to content

Instantly share code, notes, and snippets.

View 10n37's full-sized avatar
🎯
Focusing

10n37

🎯
Focusing
  • Nowhere
  • 09:02 (UTC +05:00)
View GitHub Profile
@10n37
10n37 / input.scss
Created March 3, 2022 11:10
Generated by SassMeister.com.
.selector {
$this: &;
&:not(:active),
&:not(#{$this}--active) {
&#{$this}_color_hover,
&:hover {
background-color: var(--color-element-hover);
}
}
}
@10n37
10n37 / input.scss
Created September 21, 2021 06:13
Generated by SassMeister.com.
.toolbar {
$this: &;
&--toggled {
#{$this}--delete {
background-color: rgba(red, 0.15);
}
}
}