-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ a147b4d 🚀
- Loading branch information
1 parent
d3b401a
commit ad2ad8b
Showing
11 changed files
with
137 additions
and
11 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -330,18 +330,19 @@ | |
"isTool": false, | ||
"keywords": [] | ||
}, | ||
"template": "<p class=\"{{ className }}\" style=\"width: 150px;\">[email protected]</p>", | ||
"template": "{% if className === 't-wrap-break' %}\n<p class=\"t-wrap-break\" style=\"width: 150px;\">[email protected]</p>\n{% else %}\n<p class=\"{{className}}\" style=\"width: 150px;\">The best and worst moments in Texas politics</p>\n{% endif %}\n", | ||
"modifiers": [], | ||
"modifierList": [ | ||
"t-wrap-break" | ||
"t-wrap-break", | ||
"t-wrap-balance" | ||
], | ||
"preview": "", | ||
"section": "Typography" | ||
}, | ||
{ | ||
"name": "Text weight (t-weight-<setting>)", | ||
"description": "<p>Helper for adding bold/normal <code>font-weight</code>. Sometimes individual <code><strong></code> can be redundant tags. </p>\n", | ||
"location": "https://github.com/texastribune/queso-ui/blob/main/assets/scss/5-typography/_t-helpers.scss#L133", | ||
"location": "https://github.com/texastribune/queso-ui/blob/main/assets/scss/5-typography/_t-helpers.scss#L138", | ||
"label": "Text weight", | ||
"type": "cssClass", | ||
"id": 5, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,8 +277,16 @@ | |
"className": "t-wrap-break", | ||
"description": "Allow a word to wrap to the next line mid-word", | ||
"type": "modifier", | ||
"template": "<p class=\"{{ className }}\" style=\"width: 150px;\">[email protected]</p>", | ||
"preview": "<p class=\"t-wrap-break\" style=\"width: 150px;\">[email protected]</p>" | ||
"template": "{% if className === 't-wrap-break' %}\n<p class=\"t-wrap-break\" style=\"width: 150px;\">[email protected]</p>\n{% else %}\n<p class=\"{{className}}\" style=\"width: 150px;\">The best and worst moments in Texas politics</p>\n{% endif %}\n", | ||
"preview": "\n<p class=\"t-wrap-break\" style=\"width: 150px;\">[email protected]</p>\n\n" | ||
}, | ||
{ | ||
"name": ".t-wrap-balance", | ||
"className": "t-wrap-balance", | ||
"description": "Allow a word to wrap to the next line, but try to keep the lines balanced. This isn't supported in all browsers and could be used in conjunction with our fork of <a href=\"https://github.com/texastribune/text-balancer\">NYT's balanacer helper</a>.", | ||
"type": "modifier", | ||
"template": "{% if className === 't-wrap-break' %}\n<p class=\"t-wrap-break\" style=\"width: 150px;\">[email protected]</p>\n{% else %}\n<p class=\"{{className}}\" style=\"width: 150px;\">The best and worst moments in Texas politics</p>\n{% endif %}\n", | ||
"preview": "\n<p class=\"t-wrap-balance\" style=\"width: 150px;\">The best and worst moments in Texas politics</p>\n\n" | ||
}, | ||
{ | ||
"name": ".t-weight-bold", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,8 +277,16 @@ | |
"className": "t-wrap-break", | ||
"description": "Allow a word to wrap to the next line mid-word", | ||
"type": "modifier", | ||
"template": "<p class=\"{{ className }}\" style=\"width: 150px;\">[email protected]</p>", | ||
"preview": "<p class=\"t-wrap-break\" style=\"width: 150px;\">[email protected]</p>" | ||
"template": "{% if className === 't-wrap-break' %}\n<p class=\"t-wrap-break\" style=\"width: 150px;\">[email protected]</p>\n{% else %}\n<p class=\"{{className}}\" style=\"width: 150px;\">The best and worst moments in Texas politics</p>\n{% endif %}\n", | ||
"preview": "\n<p class=\"t-wrap-break\" style=\"width: 150px;\">[email protected]</p>\n\n" | ||
}, | ||
"t-wrap-balance": { | ||
"name": ".t-wrap-balance", | ||
"className": "t-wrap-balance", | ||
"description": "Allow a word to wrap to the next line, but try to keep the lines balanced. This isn't supported in all browsers and could be used in conjunction with our fork of <a href=\"https://github.com/texastribune/text-balancer\">NYT's balanacer helper</a>.", | ||
"type": "modifier", | ||
"template": "{% if className === 't-wrap-break' %}\n<p class=\"t-wrap-break\" style=\"width: 150px;\">[email protected]</p>\n{% else %}\n<p class=\"{{className}}\" style=\"width: 150px;\">The best and worst moments in Texas politics</p>\n{% endif %}\n", | ||
"preview": "\n<p class=\"t-wrap-balance\" style=\"width: 150px;\">The best and worst moments in Texas politics</p>\n\n" | ||
}, | ||
"t-weight-bold": { | ||
"name": ".t-weight-bold", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.