Skip to content

Instantly share code, notes, and snippets.

@yaralahruthik
Created March 7, 2022 17:33
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 yaralahruthik/8b8be243eb1693e9d02cb0e499afac37 to your computer and use it in GitHub Desktop.
Save yaralahruthik/8b8be243eb1693e9d02cb0e499afac37 to your computer and use it in GitHub Desktop.
@use '../../styles/abstracts/variables';
@use '../../styles/abstracts/mixins';
.container {
@include mixins.flexCenter();
flex-direction: column;
background-color: variables.$red;
color: variables.$blue;
height: 100vh;
}
.title {
composes: boldRoboto from global;
font-size: 3.2rem;
}
.subTitle {
composes: normalRoboto from global;
font-size: 2rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment