Add responsiveness for footer. Update gulpjs, package.json and bootstrap sass
This commit is contained in:
9
static/assets/bootstrap/sass/mixins/_resize.sass
Normal file
9
static/assets/bootstrap/sass/mixins/_resize.sass
Normal file
@@ -0,0 +1,9 @@
|
||||
// Resize anything
|
||||
|
||||
=resizable($direction)
|
||||
overflow: auto
|
||||
|
||||
// Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
|
||||
resize: $direction
|
||||
|
||||
// Options: horizontal, vertical, both
|
Reference in New Issue
Block a user