canonical / vanilla-framework

From community websites to web applications, this CSS framework will help you achieve a consistent look and feel.
https://vanillaframework.io
GNU Lesser General Public License v3.0
849 stars 169 forks source link

Docs reference non-existing setting font-base-size #5375

Open apollo13 opened 1 month ago

apollo13 commented 1 month ago

Describe the bug

https://vanillaframework.io/docs/settings/font-settings references $font-base-size, but I can only find

$base-font-sizes: (
  base: 1rem,
  large: $font-size-largescreen,
) !default;

in the source.

syncronize-issues-to-jira[bot] commented 1 month ago

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/WD-15777.

This message was autogenerated

bartaz commented 1 month ago

Thanks @apollo13! Seems like we missed that when we were refactoring the font variables in the past.

Indeed font sizes are now provided by this map, with one base value and one we use on very large screens.