Skip to content

Instantly share code, notes, and snippets.

@Brlaney
Created July 21, 2021 00:09
Show Gist options
  • Save Brlaney/5dbf888b31fc34d5b4a3f21a761b4f44 to your computer and use it in GitHub Desktop.
Save Brlaney/5dbf888b31fc34d5b4a3f21a761b4f44 to your computer and use it in GitHub Desktop.
A next.js app's globals.scss file example
@import 'themes';
html,
body {
padding: 0;
margin: 0;
background: $c-bg;
color: #fff;
font-family: $primary-font-family;
}
a {
color: inherit;
}
* {
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment