mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
Clean up LESS files
This commit is contained in:
10
less/lib/bootstrap/mixins/size.less
Executable file
10
less/lib/bootstrap/mixins/size.less
Executable file
@@ -0,0 +1,10 @@
|
||||
// Sizing shortcuts
|
||||
|
||||
.size(@width; @height) {
|
||||
width: @width;
|
||||
height: @height;
|
||||
}
|
||||
|
||||
.square(@size) {
|
||||
.size(@size; @size);
|
||||
}
|
Reference in New Issue
Block a user