Skip to content

Instantly share code, notes, and snippets.

@levymetal
Created May 4, 2018 07:35
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 levymetal/d978a9bea4ec363c54014c7331f25608 to your computer and use it in GitHub Desktop.
Save levymetal/d978a9bea4ec363c54014c7331f25608 to your computer and use it in GitHub Desktop.
scss-syntax-test.scss
div,
%test,
.test,
#test-#{$test},
.test:not(.test),
.test:not(div),
.test[test] {}
&-test,
&.test {
@extend %test, .test;
@include test;
margin: test(4);
padding: #{$test};
background: url(test-#{$test}.jpg);
&:hover,
&::before {}
}
}
@mixin test {}
@if not {}
@media only screen and (max-width: 100px) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment