0.2.13 • Published 10 months ago

esmcss v0.2.13

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
10 months ago

esmcss

Import .css.ts/.css.js functions & focused css helper classes from ES Modules using esbuild

install

npm i -D esmcss

usage

Build file

import { build } from 'esbuild'
import { esmcss_esbuild_plugin_ } from 'esmcss'
await build({
  entryPoints: [/* source code entry point */],
  plugins: [esmcss_esbuild_plugin_()]
})

Component file

import './component.css.js'
// ... Component definition

component.css.ts

export default ()=>`
.my_component {
  color: green;
}
`
0.2.13

10 months ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.1

1 year ago

0.2.2

1 year ago

0.1.10

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago