Skip to content

Instantly share code, notes, and snippets.

@RashidJorvee
Created October 15, 2019 15:03
Show Gist options
  • Save RashidJorvee/50b7c94927c9b6ae2a8e44073e4ee338 to your computer and use it in GitHub Desktop.
Save RashidJorvee/50b7c94927c9b6ae2a8e44073e4ee338 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (vundefined)
// Compass (vundefined)
// dart-sass (v1.18.0)
// ----
div {
bottom: rem(5);
color: ww;
font-family: as;
left: 0;
font-size: rem(36);
position: absolute;
right: 0;
text-align: center;
> a{
color: #fff;
&:active{
color:orange;
}
}
span {
color: #fff;
}
&:hover {
color:green;
}
}
disabled {
display:none;
> a, > span {
color: red;
fill: red;
cursor: default;
}
}
div {
pro:pro;
prop:prop2;
> h1, > b {
bold:true;
}
}
div {
bottom: rem(5);
color: ww;
font-family: as;
left: 0;
font-size: rem(36);
position: absolute;
right: 0;
text-align: center;
}
div > a {
color: #fff;
}
div > a:active {
color: orange;
}
div span {
color: #fff;
}
div:hover {
color: green;
}
disabled {
display: none;
}
disabled > a, disabled > span {
color: red;
fill: red;
cursor: default;
}
div {
pro: pro;
prop: prop2;
}
div > h1, div > b {
bold: true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment