Home

marko-js/marko

Status:Indexed
Analyzed 3d ago10K+ starsJavaScript

A declarative, HTML-based language that makes building web apps fun

Back to Issues
#2775
Easy

`<style>` as Tag Variable lacks types for class properties

View on GitHub

Summary

The `<style>` tag's CSS Module output, when used with tag variables, currently lacks proper TypeScript type definitions for its class properties. This needs to be addressed by generating or providing accurate type information so that TypeScript users can leverage these classes without type errors.

Skills Required

TypeScriptJavaScriptBuild Tools (e.g., Webpack, Rollup)Understanding of CSS Modules

Labels

type:unverified bug