Implements a blog
This commit is contained in:
parent
993bd5ad3c
commit
f9662407e3
122 changed files with 9898 additions and 4224 deletions
10
_sass/bootstrap/mixins/_size.scss
Normal file
10
_sass/bootstrap/mixins/_size.scss
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// Sizing shortcuts
|
||||
|
||||
@mixin size($width, $height) {
|
||||
width: $width;
|
||||
height: $height;
|
||||
}
|
||||
|
||||
@mixin square($size) {
|
||||
@include size($size, $size);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue