Skip to content

Commit 2138735

Browse files
committed
Reoder list
1 parent a727bae commit 2138735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tailwindcss/src/utilities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2201,7 +2201,7 @@ export function createUtilities(theme: Theme) {
22012201

22022202
{
22032203
// corner-shape
2204-
let shapes = ['round', 'square', 'bevel', 'scoop', 'notch', 'squircle']
2204+
let shapes = ['round', 'scoop', 'bevel', 'notch', 'square', 'squircle']
22052205

22062206
for (let [root, properties] of [
22072207
['corner', ['corner-shape']],

0 commit comments

Comments
 (0)