in src/theme/MDXComponents/Img/index.tsx [7:9]
function transformImgClassName(className?: string): string { return clsx(className, styles.img); }