Skip to content

Commit 201f509

Browse files
committed
Add parens to all lessc mixins
Mixins without parens are deprecated and throwing warnings on generation.
1 parent 41636f6 commit 201f509

5 files changed

Lines changed: 186 additions & 185 deletions

File tree

styles/global.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@
8787
.no-cellpadding {
8888
border-collapse: collapse;
8989
td, th {
90-
.no-padding;
90+
.no-padding();
9191
}
9292
}
9393

9494
.plain-list {
9595
ul {
96-
.no-padding;
96+
.no-padding();
9797
}
9898
li {
9999
list-style-type: none;

0 commit comments

Comments
 (0)