UNPKG

@talentsoft-opensource/hylia

Version:

The Hylia design systems. Contains all the building blocks style rules for Talentsoft.

18 lines (13 loc) 179 B
.col-3 { width: calc(100% / 3); } .col-2 { width: calc(100% / 2); } .col-4 { width: calc(100% / 4); } .col-full { flex: 1; width: 100%; }