This commit is contained in:
Никита Круглицкий
2024-11-26 18:01:19 +03:00
parent e87c62aaeb
commit 75cdae594a
17 changed files with 29 additions and 424 deletions

View File

@@ -4,7 +4,6 @@
@use 'mixins';
@use "normalize";
@use "utility";
@use "typography";
@use "floating-vue";
*,

View File

@@ -1,22 +0,0 @@
@use "./mixins" as *;
p, h1, h2, h3, h4, h5, h6 {
margin: 0;
}
//a {
// @include font(18px, 500, 23px);
//
// color: inherit;
// text-decoration: none;
// transition: color .2s ease-out;
// text-underline-offset: 2px;
//
// &:hover {
// color: #EE6A32;
// }
//
// &:active {
// color: #F57B47;
// }
//}