Norska also bundles a few other utility classes that wouldn't fit in any of the other categories and are documented here.

Scroll margin

.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.

Scaling

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.

Border radius

Norska uses a different set of values for the border radius than the default Tailwind.

Class
Example
.rounded
Aa
.rounded-0
Aa
.rounded-1
Aa
.rounded-2
Aa
.rounded-3
Aa
.rounded-4
Aa
.rounded-100p
Aa
.rounded-full
Aa

Z-index

The z-* classes in Norska only use one digit instead of 3.

.z-0
.z-1
.z-2
.z-3
.z-4
.z-5
.z-6
.z-7
.z-8
.z-9