Browse
For agents
About
Responsive Menu – Create Mobile-Friendly Menu
/
3.0.6
Responsive Menu – Create Mobile-Friendly Menu
v3.0.6
Switch version
4.7.3
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
4.0.0
4.0.1
4.0.2
4.0.3
4.0.4
4.1.0
4.1.1
4.1.10
4.1.11
4.1.12
4.1.2
4.1.3
4.1.4
4.1.5
4.1.6
4.1.7
4.1.8
4.1.9
4.2.0
All 90 releases
Overview
Code
responsive-menu
/
src
/
app
/
Mappers
/
scssphp
/
tests
/
outputs
/
values.css
values.css
in Responsive Menu – Create Mobile-Friendly Menu 3.0.6, at src/app/Mappers/scssphp/tests/outputs/values.css
35 lines
655 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
#
values
{
2
color
:
#
eee
;
3
color
:
#
eee
;
4
height
:
20
px
;
5
width
:
80
%
;
6
color
:
"
hello world
"
;
7
height
:
url
(
"
http://google.com
"
)
;
8
dads
:
url
(
http://leafo.net
)
;
9
padding
:
10
px
10
px
10
px
10
px
,
3
px
3
px
3
px
;
10
textblock
:
"
This is a
\
11
multiline block
\
12
#not { color: #eee;}
"
;
13
margin
:
4
,
3
,
1
;
14
content
:
"
This is a
\
15
multiline string.
"
;
16
border-radius
:
-1
px
-1
px
-1
px
black
;
}
17
18
#
subtraction
{
19
lit
:
10
-11
;
20
lit
:
-1
;
21
lit
:
-1
;
22
lit
:
-1
;
23
var
:
10
-100
;
24
var
:
-90
;
25
var
:
-90
;
26
var
:
-90
;
}
27
28
#
special
{
29
a
:
12
px
expression(
1
+ (
3
/ Foo.bar(
"
baz
"
+
"
bang
"
) +
function
() {
return
12
;
}
) % 12); }
30
31
#
unary
{
32
b
:
0.5
em
;
33
c
:
-foo(
12
px
)
;
34
d
:
+foo(
12
px
)
;
}
35