Skip to content

Instantly share code, notes, and snippets.

@tysongach
Created July 20, 2022 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tysongach/eeae55c689cbaba226ec9ef0d148f315 to your computer and use it in GitHub Desktop.
Save tysongach/eeae55c689cbaba226ec9ef0d148f315 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
$border-width: 1px;
$pagination-border-width: $border-width;
$pagination-margin-start: ($pagination-border-width * -1);
@if $pagination-margin-start == (calc($pagination-border-width * -1)) {
.selector {
color: green;
}
} @else {
.selector {
color: red;
}
}
.selector {
color: red;
}
{
"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