esqueleto basico
This commit is contained in:
parent
8eb441e5f5
commit
0dc723713d
350 changed files with 90726 additions and 0 deletions
10
bower_components/bootstrap/less/mixins/size.less
vendored
Normal file
10
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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue