Opacity

Utilities for controlling the opacity of an element.

0
5
10
20
25
30
40
50
60
70
75
80
90
95
100
CSS
Customizing
windi.config.js
export default {
  theme: {
    opacity: {
      light: '0.25',
      full: '1',
    },
  },
}
Windi CSS is Sunsetting We recommend new projects to consider alternatives. Click for more information.