clean up: remove unused

This commit is contained in:
Stacy Kvernmo 2023-03-13 15:46:39 -05:00
parent 90c9eedefa
commit 89c6afb22c
3 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
@use 'sass:color';
@use '../functions';
.sl-c-button {
align-items: center;

View File

@ -1,5 +1,4 @@
@use '../breakpoints';
@use '../visual-design/theme';
@use '../visual-design/typography';
.sl-c-introduction {

View File

@ -1,5 +1,4 @@
@use '../breakpoints';
@use '../functions';
@each $breakpoint, $size in breakpoints.$sl-breakpoints {
$prefix: if(($breakpoint == 'none'), '', '#{$breakpoint}-');