Skip to content

v1.2.1

Compare
Choose a tag to compare
@aullah aullah released this 21 Feb 01:06
· 19 commits to main since this release
  • Reorder SCSS device breakpoint styling, ensuring tablet and desktop styling are applied in cascading order.
  • Do not force the height of the Quick Menu in mobile-landscape mode, instead supplement the max-height value.
  • Remove pre-bundled desktop styling from the Quick Menu (i.e. set the menu to display:block, hyperlinks to display:inline and remove right alignment).
  • Do not apply Quick Menu navigation hyperlink colours to the desktop. (The nav-item-color variable will remain exclusive for mobiles/tablets.)
  • Better refer to the device-breakpoints by renaming the SCSS mixin and points, from small/large to tablet/desktop.
  • Provide the ability to customise device-breakpoints by defining them as a variable (Sass Map).
  • Introduce the 'qm-only' class.
  • Remove partial bundled FontAwesome styling (removed the icon size variable).
  • Do not apply 'nav .a' background colours intended for the Quick Menu only to appear on desktop.
  • Do not hide icons by default for desktops, unless the 'qm-only' class exists. (Further removing additional FontAwesome styling.)
  • Additional capabilities and features documented within the README.
  • Added 'Code of Conduct' and 'Contributing' guides.