0.0.5 • Published 5 months ago

tscss v0.0.5

Weekly downloads
3
License
ISC
Repository
-
Last release
5 months ago

Tscss

Tscss is a typescript based css in typescript (jss/tss) library. comparing to other libraries it's lightwieght and have a bunch of features.

features

  • follows a tailwind like syntax eg: bg for background
  • supports theming
  • end to end typescript support

install

npx tscss

you will be asked to choose your installation directory, enter where you want to install and press enter.

Usage

<script lang="ts" >
import {css} from "path/css"

</script>

<div class={css({bg:"pri-300"})} >Hi</div>
0.0.5

5 months ago

0.0.4

5 months ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

7 years ago