We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4174b98 commit d89883bCopy full SHA for d89883b
packages/tailwindcss-class-names/src/getVariants.js
@@ -9,6 +9,7 @@ export default function getVariants({ config, version, postcss }) {
9
semver.gte(version, '1.0.0-beta.1') && variants.push('default')
10
semver.gte(version, '1.1.0') &&
11
variants.push('first', 'last', 'odd', 'even', 'disabled', 'visited')
12
+ semver.gte(version, '1.3.0') && variants.push('group-focus')
13
14
let plugins = config.plugins
15
if (!Array.isArray(plugins)) {
0 commit comments