We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9210b7f + 8f8469f commit aee9e3cCopy full SHA for aee9e3c
src/lib/generateUtilities.js
@@ -45,6 +45,7 @@ export default function(config) {
45
if (atRule.params === 'utilities') {
46
const utilities = _.flatten([
47
forms(options),
48
+ lists(options),
49
textSizes(options),
50
textWeights(options),
51
textFonts(options),
@@ -78,7 +79,6 @@ export default function(config) {
78
79
pointerEvents(options),
80
resize(options),
81
cursor(options),
- lists(options),
82
])
83
84
atRule.before(container(options))
0 commit comments