mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2025-05-06 11:54:56 -04:00
Update Site Template
This commit is contained in:
parent
8c3318daf0
commit
b15c6f7501
100 changed files with 11992 additions and 25 deletions
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue