You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,18 @@ It works with any front-end framework and also works with a single ts file.
19
19
npm install --save-dev typedcssx
20
20
```
21
21
22
-
## Key features:
22
+
## Features
23
23
24
24
- Type first
25
25
- Type safe
26
+
- Can linter
26
27
- Ease API
27
28
- Scaleble
28
29
- Maintainable
29
-
- Pure CSS compiler
30
-
- Zero-runtime
31
-
- RSC support
30
+
- Zero-Runtime
31
+
- RSC-Support
32
32
33
-
## Why TypedCSSX ?
33
+
## What is TypedCSSX ?
34
34
35
35
TypedCSSX allows you to write CSS as TypeScript, making your styles type safe and maintainable and integrated with your development environment. With features like static CSS generation. Theoretical perfect performance while keeping your CSS code clean and scalable.
0 commit comments