Listings

List Style Type

Utilities for controlling the bullet/number style of a list.

none
disc
circle
square
decimal
zero-decimal
greek
roman
upper-roman
alpha
upper-alpha
CSS
Customizing
windi.config.js
export default {
  theme: {
    listStyleType: {
      none: 'none',
      disc: 'disc',
      decimal: 'decimal',
      square: 'square',
      roman: 'upper-roman',
    },
  },
}

List Style Position

Utilities for controlling the position of bullets/numbers in lists.

inside
outside
CSS
Windi CSS is Sunsetting We recommend new projects to consider alternatives. Click for more information.