mirror of
https://github.com/primer/css.git
synced 2024-12-23 22:24:11 +03:00
Deprecating variables
This commit is contained in:
parent
29807a647f
commit
d540b8902e
@ -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.`
|
||||
|
Loading…
Reference in New Issue
Block a user