Skip to content

Commit 98d513a

Browse files
committed
(test) fix benchmark
1 parent d955198 commit 98d513a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

benchmark/benchmark.less

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,27 @@
1111
@colour_positive: #ff0000;
1212
@colour_negative: #ff0000;
1313

14-
.box_shadow () {
14+
.box_shadow (...) {
1515
}
16-
.text_shadow () {
16+
.text_shadow (...) {
1717
}
18-
.border_radius () {
18+
.border_radius (...) {
1919
}
20-
.border_radius_top_left () {
20+
.border_radius_top_left (...) {
2121
}
22-
.border_radius_top_right () {
22+
.border_radius_top_right (...) {
2323
}
24-
.border_radius_bottom_right () {
24+
.border_radius_bottom_right (...) {
2525
}
26-
.border_radius_bottom_left () {
26+
.border_radius_bottom_left (...) {
2727
}
28-
.border_radius_top () {
28+
.border_radius_top (...) {
2929
}
30-
.border_radius_right () {
30+
.border_radius_right (...) {
3131
}
32-
.border_radius_bottom () {
32+
.border_radius_bottom (...) {
3333
}
34-
.border_radius_left () {
34+
.border_radius_left (...) {
3535
}
3636
div.browse {
3737
margin: 0 0 20px;

0 commit comments

Comments
 (0)