UNPKG
css-heights
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.2
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Css module of single purpose classes for heights
github.com/mrmrs/css-heights
css-heights
/
css
/
css-heights.min.css
3 lines
(1 loc)
•
222 B
CSS
View Raw
1
2
3
.ht-auto
{
height
:auto}
@media
screen
and
(
min-width
:
48em
){
.ht-auto-ns
{
height
:auto}}
@media
screen
and
(
min-width
:
48em
)
and
(
max-width
:
64em
){
.ht-auto-m
{
height
:auto}}
@media
screen
and
(
min-width
:
64em
){
.ht-auto-l
{
height
:auto}}