-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathtest.styl
89 lines (72 loc) · 1.56 KB
/
test.styl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
@import "nib"
@require "../../lib/*"
// To test this file, first load the plugin by...
// ...
padding-overloaded = true;
padding = 2px;
primary-color = red;
$hello = world;
if padding-overloaded
padding(x,y)
margin 15px
border-radius()
-webkit-border-radius arguments // comment test
-moz-border-radius arguments //comment test
border-radius arguments
pointer-events arguments
#myid {
-moz-transform: scale(1.2);
font-family: arial;
}
.a-class
border-radius border-radius()
-moz-transform scale(1.2)
body a:hover
font 12px/1.4 "Lucida Grande", Arial, sans-serif
background black !important
text-shadow 2px 2px 2px #fff
td a:hover
font 12px
td
font 12px
[name="myprop"]
background rgba(255,255,255,0.5)
#container
user-select none
border-radius 5px
color #000
float left
display: block
background url('http://i.imgur.com/Q4RObrY.jpg')
#myid
font 12px/1.4 "Lucida Grande", Arial, sans-serif
h1 {
color: red;
}
body a:hover
font 12px/1.4 "Lucida Grande", Arial, sans-serif
background black !important
background rgb(255,255,0)
border-top 1px solid rgb(255,255,0)
text-shadow 2px 2px #000
color #ccc
#butter.gump tr
border min(2px)
min-width min(2px)
color red(10) lighten(he) border-radius() image-size()
border-radius border-radius()
&:hover
color black // Tests indent from the line above
div
display flex
justify-content center
align-items center
form input {
padding: 5px;
border: 1px solid;
border-radius: 5px;
}
vendor(prop, args)
{prop} args
-moz-{prop} args
-webkit-{prop} args