UNPKG
@talentsoft-opensource/hylia
Version:
latest (4.0.1)
4.0.1
1.1.7
The Hylia design systems. Contains all the building blocks style rules for Talentsoft.
@talentsoft-opensource/hylia
/
utilities
/
grid.less
18 lines
(13 loc)
•
179 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.col-3
{
width
:
calc
(
100%
/
3
); }
.col-2
{
width
:
calc
(
100%
/
2
); }
.col-4
{
width
:
calc
(
100%
/
4
); }
.col-full
{
flex
:
1
;
width
:
100%
; }