mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(ui-components): add an & prefix to custom variant (#46608)
This commit is contained in:
@@ -96,7 +96,7 @@ module.exports = {
|
||||
},
|
||||
plugins: [
|
||||
plugin(({ addVariant }) => {
|
||||
addVariant('aria-disabled', '[aria-disabled="true"]');
|
||||
addVariant('aria-disabled', '&[aria-disabled="true"]');
|
||||
})
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user