Conversation
36f6770 to
415b464
Compare
Format dune files Merge CSS files Fix CI
415b464 to
a175ef9
Compare
tmattio
added a commit
that referenced
this pull request
Jun 10, 2022
Tailwind 3.1.0 introduced the support for postcss-import in their standalone CLI. This allows us to revert part of #354 and split our CSS file into multiple files.
tmattio
added a commit
that referenced
this pull request
Jun 13, 2022
Tailwind 3.1.0 introduced the support for postcss-import in their standalone CLI. This allows us to revert part of #354 and split our CSS file into multiple files.
patricoferris
pushed a commit
to patricoferris/ocaml.org
that referenced
this pull request
Sep 2, 2022
* bs-platform: 9.0.0 -> 9.0.2 * next: 10.0.6 -> 10.2.0 * react + react-dom: 16.8.1 -> 17.0.2 * reason-react 0.9.1 -> @rescript/react 0.10.3 * autoprefixer 10.2.4 -> 10.2.5 * concurrently: 6.0.2 -> 6.1.0 * gray-matter: 4.0.2 -> 4.0.3 * js-yaml: 4.0.0 -> 4.1.0 * next-transpile-modules: 4.1.0 -> 7.1.0 * postcss: 8.2.5 -> nextjs controlled version * tailwindcss: 2.0.3 -> 2.1.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds
tailwindcssas an opam package, which installs the pre-built tailwindcss CLI binaries.This allows us to get rid of the npm stack entirely. No more
npm installneeded 🎉