Skip to content

Conversation

@mackross
Copy link

@mackross mackross commented Jan 5, 2025

No description provided.

@flavorjones
Copy link
Member

flavorjones commented Jan 6, 2025

@ahmeij In your opinion, is this valuable to add to the readme? It seems obvious to me but may not be obvious to some users, see flavorjones/tailwindcss-ruby#41

@ahmeij
Copy link
Contributor

ahmeij commented Jan 6, 2025

For me, if I did not know it would not help me enough to solve the problem, as in, what package manager and would i need to do.

Maybe something like this:

Also a package.json with dependencies for your plugins and a package manager like yarn or npm is required:

// package.json
{
  "name": "my app",
  "private": true,
  "dependencies": {
    "postcss-advanced-variables": "^4.0.0",
    "postcss-import": "^16.0.1",
    "postcss-mixins": "^9.0.4",
    "tailwindcss": "^3.4.1"
  }
}

Use yarn or npm to install the dependencies.

@flavorjones
Copy link
Member

flavorjones commented Jan 10, 2025

@ahmeij Thanks for your advice. I've committed 32d4da0 which I made you co-author on.

@mackross I'm going to close this in favor of the above suggestion in that commit, but thank you for pushing us to clarify the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants