mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2026-03-23 02:02:19 +00:00
Website templates
This commit is contained in:
10
startbootstrap-sb-admin-2-1.0.5/bower_components/bootstrap/less/mixins/size.less
vendored
Normal file
10
startbootstrap-sb-admin-2-1.0.5/bower_components/bootstrap/less/mixins/size.less
vendored
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