mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 09:25:45 +01:00
moved BS out of vendor into admin
This commit is contained in:
10
public/less/admin/bootstrap/mixins/size.less
Normal file
10
public/less/admin/bootstrap/mixins/size.less
Normal 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