Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css registry component

window.CSS.registerProperty({
  name: '--my-color',
  syntax: '<color>',
  inherits: false,
  initialValue: '#c0ffee',
});
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #css #registry #component
ADD COMMENT
Topic
Name
8+7 =