Skip to content
Snippets Groups Projects
Commit 09c2ac8a authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

dx: add group-hocus variant

parent 95bb9014
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ module.exports = { ...@@ -8,6 +8,7 @@ module.exports = {
plugins: [ plugins: [
plugin(function ({ addVariant }) { plugin(function ({ addVariant }) {
addVariant('hocus', ['&:hover', '&:focus-visible']) addVariant('hocus', ['&:hover', '&:focus-visible'])
addVariant('group-hocus', ':merge(.group):is(:hover, :focus-visible) &')
}), }),
], ],
theme: { theme: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment