kopia lustrzana https://github.com/cloudflare/wildebeest
remove tailwind-values in scss
rodzic
910b88d095
commit
2b390f5415
|
@ -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;
|
||||
|
|
|
@ -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;
|
Ładowanie…
Reference in New Issue