Skip to content

Commit

Permalink
Changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Nov 14, 2024
1 parent 45cf876 commit bbc2aae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/astro/src/assets/utils/imageAttributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ export function addCSSVarsToStyle(

const cssFitValues = ['fill', 'contain', 'cover', 'scale-down'];

const layoutClassMap = {
fixed: 'aim-fi',
responsive: 'aim-re',
'full-width': '',
};

export function applyResponsiveAttributes<
T extends LocalImageProps<unknown> | RemoteImageProps<unknown>,
>({
Expand Down

0 comments on commit bbc2aae

Please sign in to comment.