mirror of
https://github.com/tachyons-css/tachyons.git
synced 2026-02-06 11:36:48 +00:00
Update white-space with new ws- prefix
This commit is contained in:
parent
ed9a755ff6
commit
c797aa0123
1035
css/tachyons.css
1035
css/tachyons.css
File diff suppressed because it is too large
Load Diff
1035
css/tachyons.min.css
vendored
1035
css/tachyons.min.css
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tachyons",
|
||||
"version": "5.0.0-1",
|
||||
"version": "7.0.1-0",
|
||||
"description": "Functional CSS for humans",
|
||||
"author": "Adam Morse",
|
||||
"main": "src/tachyons.css",
|
||||
|
||||
@ -5,8 +5,6 @@
|
||||
### Base
|
||||
|
||||
- ws-normal = white-space normal
|
||||
- nowrap = white-space nowrap
|
||||
- pre = white-space pre
|
||||
|
||||
### Media Query Extensions
|
||||
|
||||
@ -17,23 +15,23 @@
|
||||
|
||||
|
||||
.ws-normal { white-space: normal; }
|
||||
.nowrap { white-space: nowrap; }
|
||||
.pre { white-space: pre; }
|
||||
.ws-nowrap { white-space: nowrap; }
|
||||
.ws-pre { white-space: pre; }
|
||||
|
||||
@media (--breakpoint-small) {
|
||||
.ws-normal-s { white-space: normal; }
|
||||
.nowrap-s { white-space: nowrap; }
|
||||
.pre-s { white-space: pre; }
|
||||
.ws-nowrap-s { white-space: nowrap; }
|
||||
.ws-pre-s { white-space: pre; }
|
||||
}
|
||||
|
||||
@media (--breakpoint-medium) {
|
||||
.ws-normal-m { white-space: normal; }
|
||||
.nowrap-m { white-space: nowrap; }
|
||||
.pre-m { white-space: pre; }
|
||||
.ws-nowrap-m { white-space: nowrap; }
|
||||
.ws-pre-m { white-space: pre; }
|
||||
}
|
||||
|
||||
@media (--breakpoint-large) {
|
||||
.ws-normal-l { white-space: normal; }
|
||||
.nowrap-l { white-space: nowrap; }
|
||||
.pre-l { white-space: pre; }
|
||||
.ws-nowrap-l { white-space: nowrap; }
|
||||
.ws-pre-l { white-space: pre; }
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user