Added bootstap and testing carousel

This commit is contained in:
Asutosh Palai
2016-06-17 11:43:47 +05:30
parent b0d5ca591d
commit cffb3828ef
82 changed files with 8836 additions and 47 deletions

View 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`
}