mirror of
https://github.com/YunoHost-Apps/searx_ynh.git
synced 2024-09-03 20:16:30 +02:00
10 lines
127 B
Text
10 lines
127 B
Text
// Sizing shortcuts
|
|
|
|
.size(@width; @height) {
|
|
width: @width;
|
|
height: @height;
|
|
}
|
|
|
|
.square(@size) {
|
|
.size(@size; @size);
|
|
}
|