Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

omitNumberLeadingZero

Control whether omit leading zero before dot of numbers or not.

Default value is false.

Example for false

Playground

a { width: 0.1px; }

Example for true

Playground

a { width: .1px; }