srid/tailwind-haskell

Allow custom tailwind configuratoin file

Open

#19 opened on Jul 26, 2023

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Haskell (5 forks)github user discovery
good first issue

Repository metrics

Stars
 (19 stars)
PR merge metrics
 (PR metrics pending)

Description

In the cliParser function, there is no possibility to pass a configuration file that you hard-coded here. Also, I can't modify the JavaScript configuration in any way (I realize that the goal of this repository was not to write JavaScript, but that seems to be necessary), which is also hardcoded here. What to do ?

Contributor guide