Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I update the TailwindCSS version? #15

Closed
TedGoas opened this issue Feb 23, 2020 · 3 comments
Closed

How do I update the TailwindCSS version? #15

TedGoas opened this issue Feb 23, 2020 · 3 comments

Comments

@TedGoas
Copy link

TedGoas commented Feb 23, 2020

馃憢 This is more of a question than an issue.

How do I update TailwindCSS? I'm currently on "tailwindcss": "^1.0.5"1 in my package.json. I see this repo is on 1.2.0, which I'd love to be on (if nothing else to get my hands on CSS Grid classes). How can I update my project to use 1.2.0?

This is my first time working with 11ty, Skeleventy, and TailwindCSS. Sorry for the noob question!

@theapplegates
Copy link

theapplegates commented Feb 24, 2020

I am so new to this, but I think once you change the version number in the package.json you just re-run the install, such as npm install or yarn install again. Maybe someone else can correct me if I鈥檓 wrong.

@josephdyer
Copy link
Owner

josephdyer commented Feb 24, 2020

Hey Ted,

You can try typing in terminal npm install tailwindcss -D

To see what packages are out of date type npm outdated

@TedGoas
Copy link
Author

TedGoas commented Feb 25, 2020

@josephdyer Brilliant, thanks so much!

@TedGoas TedGoas closed this as completed Feb 25, 2020
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

No branches or pull requests

3 participants