astrada/ppx_bs_css

NPM package

justgage opened this issue · 4 comments

Is there an NPM package, I love how this looks, would love to try it.

No, sorry, I didn't have time to prepare a pre-compiled package.

No problem, I totally understand 👍. Open Source isn't free.

@astrada

i have a working version ready using the ci templates from esy examples and bs-log-ppx

here is a published version i tried to check the ci
@shriyans/ppx_bs_css

instruction:

  • yarn add -D @shriyans/ppx_bs_css
  • add to bsconfig.json
{
..
 "ppx-flags": ["@shriyans/ppx_bs_css/ppx"]

}

(sorry i published this without asking 😬, i'll delete it once i upstream the change)

i can make a PR sometime tonight or tomorrow

@justgage
meanwhile you can try my published fork and lemme know . I tested it on mac and linux, but not windows

pr opened #27 🙂