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

Plans on check tailwind.config.js into source control? #6

Closed
kevinwolfcr opened this issue May 19, 2020 · 3 comments
Closed

Plans on check tailwind.config.js into source control? #6

kevinwolfcr opened this issue May 19, 2020 · 3 comments

Comments

@kevinwolfcr
Copy link

Hi everyone! First of all I want to say thanks and congratulate you on the awesome work on putting up this starter kit, I love how it looks and I am looking forward to implementing it on my projects.

However, I'm wondering if there is any plan on checking into GitHub the tailwind.config.js file, on that way developers can tweak some stuff according to their needs.

Again, thanks a lot for taking the time on building such an awesome template! <3

@einazare
Copy link
Contributor

Hello there, @kevinwolfdev ,

Thank you for your interest in working with our project and for your kind words.
We are unaware of what you are asking here: However, I'm wondering if there is any plan on checking into GitHub the tailwind.config.js file, on that way developers can tweak some stuff according to their needs..
Are you looking for this:

module.exports = {
  variants: [
    "responsive",
    "group-hover",
    "focus-within",
    "first",
    "last",
    "odd",
    "even",
    "hover",
    "focus",
    "active",
    "visited",
    "disabled"
  ],
  plugins: [require("@tailwindcss/custom-forms")]
};

Best,
Manu

@kevinwolfcr
Copy link
Author

Thanks for your response, @einazare. My question was specifically for the whole config (including definition for all the fonts, colors, spacing, etc), just in case a user wants to modify the color palette or adjust some stuff.

The full config file can be generated by running tailwind init —full

@einazare
Copy link
Contributor

Hello there, @kevinwolfdev ,

We haven't used the full generated config file, we used the above one instead.

Best,
Manu

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

2 participants