mirror of
https://github.com/primer/css.git
synced 2024-12-25 07:03:35 +03:00
Deprecating variables
This commit is contained in:
parent
29807a647f
commit
d540b8902e
@ -5,6 +5,10 @@
|
|||||||
*/
|
*/
|
||||||
const versionDeprecations = {
|
const versionDeprecations = {
|
||||||
'17.0.0': [
|
'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'],
|
selectors: ['.h000-mktg', '.h00-mktg', '.lead-mktg'],
|
||||||
message: `This selector is deprecated, please refer to the Marketing Typography documentation.`
|
message: `This selector is deprecated, please refer to the Marketing Typography documentation.`
|
||||||
|
Loading…
Reference in New Issue
Block a user