1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 05:07:11 +03:00

Update deprecations.js

This commit is contained in:
simurai 2021-05-25 10:05:55 +09:00 committed by GitHub
parent 3ac50121e2
commit 5fa4d1902c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'],