mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 21:10:54 +00:00
Added bootstap and testing carousel
This commit is contained in:
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);
|
||||
}
|
||||
Reference in New Issue
Block a user