remove tailwind-values in scss

pull/64/head
Dario Piotrowicz 2023-01-10 16:37:20 +00:00
rodzic 910b88d095
commit 2b390f5415
2 zmienionych plików z 0 dodań i 19 usunięć

Wyświetl plik

@ -1,15 +1,3 @@
@use '../../../tailwind-values.scss' as tailwind;
.explore-wrapper {
min-height: calc(100vh - 20px);
}
@media (max-width: tailwind.$xl-breakpoint) {
.explore-wrapper {
min-height: calc(100vh - 3.9rem);
}
}
.active {
color: #dcebfe;
position: relative;

Wyświetl plik

@ -1,7 +0,0 @@
/*
This file contains variables matching tailwind values
to be used when we need to match those values in manual styling
*/
$md-breakpoint: 768px;
$xl-breakpoint: 1280px;