actuel-inactuel/assets/css/src/_reset.scss
isUnknown ccdfd37fe9 migrate CSS to SCSS
Rename all src/*.css to src/_*.scss partials and convert style.css
to style.scss with SASS imports.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-21 17:10:44 +01:00

30 lines
242 B
SCSS

html,
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
figure {
margin: 0;
padding: 0;
}
button {
all: unset;
cursor: pointer;
}
a {
text-decoration: none;
color: inherit;
}
a:focus-visible {
outline: none;
}
li {
list-style-type: none;
}