Postcss (vendor prefixes), etc.

This commit is contained in:
Firq 2023-12-30 00:06:32 +01:00
parent 141b1cffc6
commit ed9af00592
Signed by: Firq
GPG key ID: 4DE1059A4666E89F
6 changed files with 2329 additions and 13 deletions
src/components

View file

@ -12,7 +12,7 @@ export interface Props {
const { mlb, imageFile, name } = Astro.props
const imagePath = `/src/assets/ce/${imageFile}`
const images_ces = import.meta.glob<{ default: ImageMetadata }>(
'/src/assets/ce/*.{png,webp}'
'/src/assets/ce/*.png'
)
let mlb_image: string = 'mlbalign'