feat: remove prefixed properties

Now handled via autoprefixer
This commit is contained in:
Sebin Nyshkim 2023-03-27 23:35:33 +02:00
parent dbb317e19a
commit 21ed580988

View file

@ -82,7 +82,6 @@ h1 {
p {
text-align: justify;
margin: var(--paragraph-margin) 0;
-webkit-hyphens: auto;
hyphens: auto;
}