UNPKG
@isotope/prototope
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
Isotope-based JavaScript library for speedy UI prototyping
areknawo.com/prototope
Isotope-js/isotope
@isotope/prototope
/
lib
/
utils
/
sizing
/
max-height.js
5 lines
•
216 B
JavaScript
View Raw
1
2
3
4
5
import
{ createUtil }
from
"../util"
;
const
maxHFull =
createUtil
({
maxHeight
:
"100%"
});
const
maxHScreen =
createUtil
({
maxHeight
:
"100vh"
});
export
{ maxHFull, maxHScreen };
//# sourceMappingURL=max-height.js.map