Skip to content

Instantly share code, notes, and snippets.

@napotopia
Created May 2, 2023 15:29
Show Gist options
  • Save napotopia/f8bfa26a6c23e36649ad46b0e09a7808 to your computer and use it in GitHub Desktop.
Save napotopia/f8bfa26a6c23e36649ad46b0e09a7808 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
.pipe-separator {
white-space: nowrap;
&:empty {
display: none;
}
&:not(:empty) ~ &::before {
content: ' | ';
}
@at-root &.bullet {
&:not(:empty) ~ &::before {
content: ' • ';
}
}
&:not(:empty) + &:empty::before,
&:empty + &:empty::before {
content: '';
}
}
@charset "UTF-8";
.pipe-separator {
white-space: nowrap;
}
.pipe-separator:empty {
display: none;
}
.pipe-separator:not(:empty) ~ .pipe-separator::before {
content: " | ";
}
.pipe-separator.bullet:not(:empty) ~ .pipe-separator.bullet::before {
content: " • ";
}
.pipe-separator:not(:empty) + .pipe-separator:empty::before, .pipe-separator:empty + .pipe-separator:empty::before {
content: "";
}
{
"sass": {
"compiler": "dart-sass/1.32.12",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment