Norska also bundles a few other utility classes that wouldn't fit in any of the other categories and are documented here.
.scroll-mt-{size}
utilities are available to control the scroll-margin-top value. size
can be any step of the dimension scale.
.scroll-mt-{size}
classes can be used on anchors. When following a link
pointing to such an anchor, it controls how much space must be scrolled
above the target link. This is used on this very own website to always keep
the headers visible when following the link, even when they would be hidden
by the header otherwise.
Norska uses the same .scale-*
classes as Tailwind
to scale an element, except that the
class names uses a p
at the end, for consistency with other
percentage classes.
For example, to scale an element down half its original size, you would use .scale-50p
instead of .scale-50
.
Norska uses a different set of values for the border radius than the default Tailwind.
The z-*
classes in Norska only use one digit instead of 3.