mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 19:00:55 +00:00
Added bootstap and testing carousel
This commit is contained in:
8
_sass/bootstrap/mixins/_text-overflow.scss
Normal file
8
_sass/bootstrap/mixins/_text-overflow.scss
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user