mantou132 / gem

💎 Lightweight WebApp development library using custom elements
https://gemjs.org
MIT License
20 stars 2 forks source link

Use TypeDOM to write CSSStyleSheet? #123

Closed mantou132 closed 2 months ago

mantou132 commented 3 months ago

e.g:

new CSSStyleSheet({
  cssRules: [{
    selectorText: ".turbo-progress-bar",
    style: {
      width: CSS.px(20),
      height: CSS.em(10),
    },
  }]
})
mantou132 commented 2 months ago

这样有许多 js 对象分配,似乎不能提升性能