mirror of
https://github.com/valentineus/popov.link.git
synced 2025-07-03 16:10:26 +03:00
feat(css): Update style components
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
@import 'utilities/boxsizing';
|
||||
@import 'utilities/textsizeadjust';
|
||||
|
||||
*,
|
||||
*::after,
|
||||
*::before {
|
||||
@include box-sizing(border-box);
|
||||
@include text-size-adjust(100%);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html {
|
||||
|
Reference in New Issue
Block a user