Skip to content

Commit bf31452

Browse files
committed
Add position static utilitiy
1 parent eccf6ed commit bf31452

5 files changed

Lines changed: 2765 additions & 829 deletions

File tree

__tests__/fixtures/tailwind.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,6 +2365,10 @@ button,
23652365
display: none;
23662366
}
23672367

2368+
.static {
2369+
position: static;
2370+
}
2371+
23682372
.fixed {
23692373
position: fixed;
23702374
}
@@ -5490,6 +5494,10 @@ button,
54905494
display: none;
54915495
}
54925496

5497+
.sm\:static {
5498+
position: static;
5499+
}
5500+
54935501
.sm\:fixed {
54945502
position: fixed;
54955503
}
@@ -8616,6 +8624,10 @@ button,
86168624
display: none;
86178625
}
86188626

8627+
.md\:static {
8628+
position: static;
8629+
}
8630+
86198631
.md\:fixed {
86208632
position: fixed;
86218633
}
@@ -11742,6 +11754,10 @@ button,
1174211754
display: none;
1174311755
}
1174411756

11757+
.lg\:static {
11758+
position: static;
11759+
}
11760+
1174511761
.lg\:fixed {
1174611762
position: fixed;
1174711763
}
@@ -14868,6 +14884,10 @@ button,
1486814884
display: none;
1486914885
}
1487014886

14887+
.xl\:static {
14888+
position: static;
14889+
}
14890+
1487114891
.xl\:fixed {
1487214892
position: fixed;
1487314893
}

0 commit comments

Comments
 (0)