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?
So I have a
~/projects/foowhere I currently have my tailwind.config.js and my exported styles.css built from tailwind.I cloned this project to
~/projects/tsgand inside the folder I rannode index ../foo/tailwind.config.js ../foo/styles.cssand I'm not sure what happened... does it export some files? I don't see any extra files generated. What is supposed to happen?