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

Deprecating variables

This commit is contained in:
Jon Rohan 2021-05-05 09:57:50 -07:00
parent 29807a647f
commit d540b8902e
No known key found for this signature in database
GPG Key ID: B0BBE304A9A0AECB

View File

@ -5,6 +5,10 @@
*/
const versionDeprecations = {
'17.0.0': [
{
variables: ['$h000-size', '$h000-size-mobile'],
message: `This variable is deprecated, please refer to the Marketing Typography documentation.`
},
{
selectors: ['.h000-mktg', '.h00-mktg', '.lead-mktg'],
message: `This selector is deprecated, please refer to the Marketing Typography documentation.`