Add whitespace/index.scss
This commit is contained in:
parent
feb7854f25
commit
959eb4f6fa
6 changed files with 45 additions and 2 deletions
26
dist/tail.css
vendored
26
dist/tail.css
vendored
File diff suppressed because one or more lines are too long
BIN
dist/tail.css.gz
vendored
BIN
dist/tail.css.gz
vendored
Binary file not shown.
2
dist/tail.min.css
vendored
2
dist/tail.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
dist/tail.min.css.gz
vendored
BIN
dist/tail.min.css.gz
vendored
Binary file not shown.
|
@ -12,3 +12,4 @@
|
|||
@import "tail/list/index";
|
||||
@import "tail/border/index";
|
||||
@import "tail/outline/index";
|
||||
@import "tail/whitespace/index";
|
||||
|
|
18
src/tail/whitespace/index.scss
Normal file
18
src/tail/whitespace/index.scss
Normal file
|
@ -0,0 +1,18 @@
|
|||
.whitespace-normal {
|
||||
white-space: normal;
|
||||
}
|
||||
.whitespace-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
.whitespace-pre {
|
||||
white-space: pre;
|
||||
}
|
||||
.whitespace-pre-line {
|
||||
white-space: pre-line;
|
||||
}
|
||||
.whitespace-pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
.whitespace-break-spaces {
|
||||
white-space: break-spaces;
|
||||
}
|
Loading…
Reference in a new issue