mirror of
https://github.com/penpot/penpot-export.git
synced 2025-03-12 07:21:20 -05:00
chore(cli): temporarily avoid conflicting normalized typography names
This commit is contained in:
parent
8ec5510021
commit
fa873130e3
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ export async function generateCssFromConfig(
|
|||
const fileClassname = textToValidClassname(fileName)
|
||||
|
||||
for (const typography of typographies) {
|
||||
if (typography.path === '📱Title') continue // FIXME Conflicting emoji names
|
||||
|
||||
const cssProps = Penpot.getTypographyAssetCssProps(typography)
|
||||
const objectClassname = textToValidClassname(typography.name)
|
||||
const className = `${fileClassname}--${objectClassname}`
|
||||
|
|
Loading…
Add table
Reference in a new issue