Commit b0bc9ef8 authored by mrmrs's avatar mrmrs
Browse files

Add consistent newline at end of files in less/mixins

parent 2f380a96
4 merge requests!28721Hot test,!12998Modular the mixins,!22103test,!25326Adjust examples
Showing with 15 additions and 4 deletions
+15 -4
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -12,3 +12,4 @@
color: darken(@text-color, 10%);
}
}
......@@ -16,3 +16,4 @@
border-bottom-left-radius: @radius;
border-top-left-radius: @radius;
}
......@@ -48,3 +48,4 @@
line-height: @line-height;
border-radius: @border-radius;
}
......@@ -5,3 +5,4 @@
margin-left: auto;
margin-right: auto;
}
......@@ -83,3 +83,4 @@
height: auto;
}
}
......@@ -59,3 +59,4 @@
background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);
}
}
......@@ -120,6 +120,3 @@
}
}
......@@ -19,3 +19,4 @@
.text-hide() {
.hide-text();
}
......@@ -9,3 +9,4 @@
}
}
}
......@@ -25,3 +25,4 @@
}
}
}
......@@ -8,3 +8,4 @@
overflow: hidden;
background-color: @color;
}
......@@ -7,3 +7,4 @@
margin-top: ((@navbar-height - @element-height) / 2);
margin-bottom: ((@navbar-height - @element-height) / 2);
}
......@@ -6,3 +6,4 @@
@opacity-ie: (@opacity * 100);
filter: ~"alpha(opacity=@{opacity-ie})";
}
......@@ -21,3 +21,4 @@
}
}
}
......@@ -18,3 +18,4 @@
}
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment