1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

Merge pull request #1418 from primer/undeprecate-18.0.0

Undeprecate .css-truncate
This commit is contained in:
simurai 2021-05-25 10:10:21 +09:00 committed by GitHub
commit 8fd779f92f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -0,0 +1,5 @@
---
"@primer/css": patch
---
Undeprecate .css-truncate

View File

@ -4,12 +4,6 @@
* array and a "message" string.
*/
const versionDeprecations = {
'18.0.0': [
{
selectors: ['.css-truncate', '.css-truncate-target', '.css-truncate-overflow', '.expandable'],
message: '.css-truncate has been deprecated in favor of .Truncate'
}
],
'17.0.0': [
{
variables: ['$h000-size', '$h000-size-mobile'],