initial commit
This commit is contained in:
commit
28301e4312
219 changed files with 23035 additions and 0 deletions
10
resources/assets/less/bootstrap/mixins/size.less
vendored
Executable file
10
resources/assets/less/bootstrap/mixins/size.less
vendored
Executable file
|
@ -0,0 +1,10 @@
|
|||
// Sizing shortcuts
|
||||
|
||||
.size(@width; @height) {
|
||||
width: @width;
|
||||
height: @height;
|
||||
}
|
||||
|
||||
.square(@size) {
|
||||
.size(@size; @size);
|
||||
}
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue