Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michaelhatherly/tailwindcss.jl
- Owner: MichaelHatherly
- License: mit
- Created: 2023-09-18T22:28:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-06T19:08:40.000Z (3 months ago)
- Last Synced: 2024-10-10T17:53:37.820Z (3 months ago)
- Topics: julia, tailwindcss
- Language: Julia
- Homepage:
- Size: 63.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.