mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 08:10:56 +00:00
Added bootstap and testing carousel
This commit is contained in:
6
_sass/bootstrap/mixins/_resize.scss
Normal file
6
_sass/bootstrap/mixins/_resize.scss
Normal file
@ -0,0 +1,6 @@
|
||||
// Resize anything
|
||||
|
||||
@mixin resizable($direction) {
|
||||
resize: $direction; // Options: horizontal, vertical, both
|
||||
overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
|
||||
}
|
||||
Reference in New Issue
Block a user