Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelhatherly/tailwindcss.jl

A wrapper package for the TailwindCSS CLI for ease of use from within Julia-based web projects.
https://github.com/michaelhatherly/tailwindcss.jl

julia tailwindcss

Last synced: about 1 month ago
JSON representation

A wrapper package for the TailwindCSS CLI for ease of use from within Julia-based web projects.

Awesome Lists containing this project

README

        

# TailwindCSS.jl

A wrapper package for the [TailwindCSS CLI](https://tailwindcss.com/docs/installation)
for ease of use from within Julia-based web projects.

This package exports the `tailwindcss()` function which provides the path to
the bundled Tailwind CSS CLI tool, which can be used to compile CSS output
outside of the NodeJS ecosystem. See the docs for the tool for all available
usage.