Skip to content

Commit

Permalink
Merge pull request #526 from gjtorikian/rearrange-comment
Browse files Browse the repository at this point in the history
Fix doc comment being in incorrect place in default config
  • Loading branch information
dcastil authored Feb 10, 2025
2 parents 6a90675 + 278fc6c commit 9818324
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/default-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -721,15 +721,15 @@ export const getDefaultConfig = () => {
// --- Sizing ---
// --------------

/**
* Width
* @see https://tailwindcss.com/docs/width
*/
/**
* Size
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
*/
size: [{ size: scaleSizing() }],
/**
* Width
* @see https://tailwindcss.com/docs/width
*/
w: [{ w: [themeContainer, 'screen', ...scaleSizing()] }],
/**
* Min-Width
Expand Down

0 comments on commit 9818324

Please sign in to comment.