Answers for "css registry component"

CSS
0

css registry component

window.CSS.registerProperty({
  name: '--my-color',
  syntax: '<color>',
  inherits: false,
  initialValue: '#c0ffee',
});
Posted by: Guest on April-15-2022

Browse Popular Code Answers by Language