UNPKG
easysetcookie
Version:
latest (0.0.2)
0.0.2
0.0.1
做一个方便查看和设置cookie的项目
github.com/hblvsjtu/EasySetCookie
hblvsjtu/EasySetCookie
easysetcookie
/
src
/
style
/
index.less
16 lines
(13 loc)
•
215 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@charset
"UTF-8"
;
/** * index.less * @authors hblvsjtu (hblvsjtu@163.com) * @date 2019-11-24 15:21:01 * @version 0.0.1 */
@width:
100px
;
@height:
200px
;
#hello
{
width
:
@width
;
height
:
@height
; }