Skip to content

Instantly share code, notes, and snippets.

@aduth
Created December 13, 2022 15:52
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 aduth/d12223c9afc58b44c411146e54053df4 to your computer and use it in GitHub Desktop.
Save aduth/d12223c9afc58b44c411146e54053df4 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// USWDS:
%block-input-styles {
margin-top: 0.5rem;
}
// ...
// LGDS:
%block-input-styles {
margin-top: 0.25rem;
}
.usa-input {
@extend %block-input-styles;
}
.usa-input {
margin-top: 0.5rem;
}
.usa-input {
margin-top: 0.25rem;
}
{
"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