Skip to content

Commit aee9e3c

Browse files
committed
Merge branch 'fix-list-reset-overwrite' of https://github.com/jake-dohm/tailwindcss into jake-dohm-fix-list-reset-overwrite
2 parents 9210b7f + 8f8469f commit aee9e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/generateUtilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export default function(config) {
4545
if (atRule.params === 'utilities') {
4646
const utilities = _.flatten([
4747
forms(options),
48+
lists(options),
4849
textSizes(options),
4950
textWeights(options),
5051
textFonts(options),
@@ -78,7 +79,6 @@ export default function(config) {
7879
pointerEvents(options),
7980
resize(options),
8081
cursor(options),
81-
lists(options),
8282
])
8383

8484
atRule.before(container(options))

0 commit comments

Comments
 (0)