UNPKG
react-paint-test
Version:
latest (0.1.0)
0.1.0
a simple paint tool
react-paint-test
/
src
/
app.less
11 lines
(9 loc)
•
162 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
.app
{
flex-direction
: column;
height
:
100vh
;
width
:
100vw
;
display
: flex;
.title
{
font-size
:
13px
; } }