Skip to content

Instantly share code, notes, and snippets.

@LordA98
Last active March 30, 2020 20:36
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 LordA98/8b79ce3ca00d26d8be42790e0b8931a8 to your computer and use it in GitHub Desktop.
Save LordA98/8b79ce3ca00d26d8be42790e0b8931a8 to your computer and use it in GitHub Desktop.
ERB & Tailwind - app.global.css
@tailwind base;
@tailwind components;
@tailwind utilities;
:root {
--test-var: pink;
}
body {
position: relative;
color: white;
height: 100vh;
background-color: var(--test-var);
font-family: Arial, Helvetica, Helvetica Neue, serif;
overflow-y: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment