soflyy / breakdance-bugs

Bug reports from Breakdance users.
42 stars 6 forks source link

Global settings - Body letter spacing applied to headings #922

Closed FlorentNL closed 1 year ago

FlorentNL commented 1 year ago

What version of Breakdance are you using?

Version 1.4.1-rc.2

What browser are you using?

Firefox

What operating system are you using?

Windows

Reproduction Steps

I've applied letter spacing through Global Settings / Typography / Advanced / Body / Advanced. The problem is, the letter spacing also gets applied to headings via the following code: .breakdance { letter-spacing: -0.02em; }

Shouldn't my settings apply to .body instead of .breakdance?

Best regards

louisreingold commented 1 year ago

Intended behavior. Body applies to everything, headings apply to just headings.