mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
clean up: remove unused
This commit is contained in:
parent
90c9eedefa
commit
89c6afb22c
@ -1,5 +1,4 @@
|
||||
@use 'sass:color';
|
||||
@use '../functions';
|
||||
|
||||
.sl-c-button {
|
||||
align-items: center;
|
||||
|
@ -1,5 +1,4 @@
|
||||
@use '../breakpoints';
|
||||
@use '../visual-design/theme';
|
||||
@use '../visual-design/typography';
|
||||
|
||||
.sl-c-introduction {
|
||||
|
@ -1,5 +1,4 @@
|
||||
@use '../breakpoints';
|
||||
@use '../functions';
|
||||
|
||||
@each $breakpoint, $size in breakpoints.$sl-breakpoints {
|
||||
$prefix: if(($breakpoint == 'none'), '', '#{$breakpoint}-');
|
||||
|
Loading…
Reference in New Issue
Block a user