Skip to content

Commit 8f8469f

Browse files
author
Jake Dohm
committed
Moved lists utility nearer to the top, so other utilities (padding, margin, etc.) would override;
1 parent 6f43d4f commit 8f8469f

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)