Skip to content

Instantly share code, notes, and snippets.

@mjsxi
Created August 25, 2015 19:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mjsxi/f79d54cdb607e41fde10 to your computer and use it in GitHub Desktop.
Save mjsxi/f79d54cdb607e41fde10 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
$small: nothing;
@mixin testSmall($s: null) {
@if ($s == nothing) {
display: none
} @else {
background: transparent url(img) no-repeat 50% 50%;
background-size: cover;
padding-bottom: 94.85%;
}
}
@include testSmall($small);
@Apiraa
Copy link

Apiraa commented Mar 24, 2024

A first-level heading

@Apiraa
Copy link

Apiraa commented Mar 24, 2024

-output.css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment