tailwind-ppx icon indicating copy to clipboard operation
tailwind-ppx copied to clipboard

A Reason/OCaml Pre-Processor eXtension (PPX) that validates your Tailwind classes at compile-time.

Results 19 tailwind-ppx issues
Sort by recently updated
recently updated
newest added

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.12.0 to 4.16.6. Changelog Sourced from browserslist's changelog. 4.16.6 Fixed npm-shrinkwrap.json support in --update-db (by Geoff Newman). 4.16.5 Fixed unsafe RegExp (by Yeting Li). 4.16.4 Fixed unsafe...

dependencies

Running `yarn` or `yarn remove ...` will often throw an error, like here on Circle CI: ``` /home/circleci/workspace/node_modules/@dylanirlbeck/tailwind-ppx: Command failed. Exit code: 1 Command: node ./postinstall.js Arguments: Directory: /home/circleci/workspace/node_modules/@dylanirlbeck/tailwind-ppx Output:...

When using `bsconfig.json` to generate `tailwind.css` the first build fails. Builds after the first are fine once `tailwind.css` has been created. ```json { "sources": [ { "dir": "src", "subdirs": true,...

It looks like other ReScript PPX projects (like `graphql-ppx` and `styled-ppx`) allow backticks. ``` Warning number 108 src/Options.res:2:37-42 1 │ @react.component 2 │ let make = () => Uninterpreted delimiters...

To make the script more useful, I think it'd be helpful to have the script take in the following parameters: * `--file `: takes in a single Reason file -...

help wanted
enhancement
good first issue

Hi, Something I often use with "vanilla Tailwind" is to prefix a class with an underscore to disable it temporarily. For example this: ```html ... ``` becomes this: ```html ......

help wanted
feature
good first issue

Hi, would it be possible to add a second PPX that – instead of returning class names – returns an object in the format that React's `style` prop accepts? Using...

information needed

Close #128. Let's see if CI passes

I finally got the chance to resolve the Windows issue faced here - https://github.com/dylanirlbeck/tailwind-ppx/pull/129 (sorry for the delay) This PR * Uses latest esy * Bumps Dune to 2.7.1 Tested...