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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having trouble using this #1

Open
timkindberg opened this issue Jun 26, 2018 · 3 comments
Open

Having trouble using this #1

timkindberg opened this issue Jun 26, 2018 · 3 comments

Comments

@timkindberg
Copy link

So I have a ~/projects/foo where I currently have my tailwind.config.js and my exported styles.css built from tailwind.

I cloned this project to ~/projects/tsg and inside the folder I ran node index ../foo/tailwind.config.js ../foo/styles.css and I'm not sure what happened... does it export some files? I don't see any extra files generated. What is supposed to happen?

@stursby
Copy link

stursby commented Sep 28, 2018

Yea, same here. I followed your instructions in the README and not getting any output (tailwind-generated.css) file. What are we missing? Thanks for the awesome project BTW! 🙌🏻

@davidohlin
Copy link
Contributor

@timkindberg @stursby Maybe you figured it out, but the documentation is off here. The correct command is node index build <config> <generated css>. In your case Tim, it's node index build ../foo/tailwind.config.js ../foo/styles.css.

I opened a pull request to fix the documentation. 😸

@kristiansp
Copy link

I must also be doing something wrong … I get it to it parse my config file, and when opening the HTML, it shows the right configurations, and values in the lables, it's just doesn't apply the actual styles. Meaning, for all the colors, there is just a white rectangle, with the color hex value correctly printed below.

How do I get it to actually apply the styles?

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

4 participants