refactor: organize utility classes into specific files (#1041)

This commit is contained in:
Aman Harwara
2022-05-23 20:21:45 +05:30
committed by GitHub
parent 079140eb92
commit 45785ad401
13 changed files with 729 additions and 766 deletions

View File

@@ -0,0 +1,11 @@
.leading-140\% {
line-height: 140%;
}
.leading-1\.3 {
line-height: 1.3;
}
.leading-1\.4 {
line-height: 1.4;
}