According to docs, it should be possible to disable styling of <cite>…</cite> tag using $enable-cite-block in _settings.scss.
Foundation framework styles <cite>…</cite> tag regardless of the value of $enable-cite-block
File scss/typography/_base.scss on the L200 is missing !default.
How to reproduce:
git clone https://github.com/alexkuc/foundation-sites-cite-block-bugyarnyarn buildyarn start or use alternative hosting such as nginx or apachehttp://localhost:8888/ in order to open index.html which should be:
but instead it is:

Not possible to disable formatting of <cite>…</cite> so I guess the context is typograhpy / custom css?
[email protected]Version 81.0.4044.129 (Official Build) (64-bit)OSX 10.13.61Hi @alexkuc,
thanks for the hint. It seems it slipped through in https://github.com/foundation/foundation-sites/commit/c9fd9d7344cf3b391af75d5cf1d55dee8cd60282
And the same applies to $enable-code-inline.
Do you want to provide a PR which fixes this?
@DanielRuf I have created PR #12073. I hope I followed the format of the guidelines correctly (template and CONTRIBUTING.md). If I made a mistake, please let me know so I can fix it. Thank you!
@alexkuc thank you for your contribution. I will check this when I find some time.