mirror of
https://github.com/primer/css.git
synced 2024-12-28 08:31:58 +03:00
Merge pull request #1418 from primer/undeprecate-18.0.0
Undeprecate .css-truncate
This commit is contained in:
commit
8fd779f92f
5
.changeset/sixty-drinks-dress.md
Normal file
5
.changeset/sixty-drinks-dress.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@primer/css": patch
|
||||
---
|
||||
|
||||
Undeprecate .css-truncate
|
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user