UNPKG
tentacle-react-mosaic
Version:
latest (0.0.2)
0.0.2
0.0.1
A React Tiling Window Manager
github.com/nomcopter/react-mosaic
nomcopter/react-mosaic
tentacle-react-mosaic
/
styles
/
mixins.less
8 lines
(7 loc)
•
147 B
text/less
View Raw
1
2
3
4
5
6
7
8
.absolute-fill
(
@top
:
0
,
@right
:
0
,
@bottom
:
0
,
@left
:
0
) {
position
: absolute;
top
:
@top
;
right
:
@right
;
bottom
:
@bottom
;
left
:
@left
; }