mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-17 22:00:05 +01:00
basic gh-pages deps
This commit is contained in:
8
node_modules/bootstrap/less/mixins/text-overflow.less
generated
vendored
Normal file
8
node_modules/bootstrap/less/mixins/text-overflow.less
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
// Text overflow
|
||||
// Requires inline-block or block for proper styling
|
||||
|
||||
.text-overflow() {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user