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,8 @@
// Text overflow
// Requires inline-block or block for proper styling
@mixin text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}