Skip to content

Instantly share code, notes, and snippets.

@hesan-aminiloo
Created December 28, 2023 08:43
Show Gist options
  • Save hesan-aminiloo/458146680ead1a7767d70e48e94ab906 to your computer and use it in GitHub Desktop.
Save hesan-aminiloo/458146680ead1a7767d70e48e94ab906 to your computer and use it in GitHub Desktop.
@import './variables';
$primary-color: var(--primary-color);
$secondary-color: var(--secondary-color);
.boxes {
display: flex;
justify-content: space-around;
&__box {
width: 100px;
height: 100px;
border-radius: 8px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment