0.0.4 • Published 8 months ago

@tofukit/cij v0.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

introduce

css in js

use

import cij from 'https://unpkg.com/@tofukit/cij/dist/cij.esm.js'
cij`
  .button {
    color: red;
  }
`

or

<script src="https://unpkg.com/@tofukit/cij/dist/cij.iife.js"></script>
<button class="button">button</button>
<script>
  cij.default`
    .button {
      color: red;
    }
  `
</script>
0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

9 months ago

0.0.1

9 months ago