gaufre css reset: make sure to reset everything
this is made in case the gaufre is in a website doing stuff on after/before pseudo elements by default (the dsfr on <a> for example)
This commit is contained in:
@@ -38,7 +38,9 @@ const { services } = Astro.props
|
||||
}
|
||||
|
||||
.lagaufre,
|
||||
:where(.lagaufre) * {
|
||||
:where(.lagaufre) *,
|
||||
:where(.lagaufre) *::before,
|
||||
:where(.lagaufre) *::after {
|
||||
all: revert !important;
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user