mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 21:59:10 +00:00
Rename 5 deprecated mixin calls from camelCase to kebab-case to match the actual mixin names defined in common-refactor.scss: - deprecated.flexCenter -> deprecated.flex-center - deprecated.headlineSmallTypography -> deprecated.headline-small-typography - deprecated.headlineLargeTypography -> deprecated.headline-large-typography - deprecated.bodyLargeTypography -> deprecated.body-large-typography - deprecated.bodyMediumTypography -> deprecated.body-medium-typography This fixes the "Undefined mixin" SCSS compilation error. Signed-off-by: Andrey Antukh <niwi@niwi.nz>