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

✨ Feat[frontend] : Made a tailwind config customisable by api #112

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 19, 2024

  1. ✨ Feat : Made a tailwind config customisable by api

    - Updated global CSS and theme variables to set primary and secondary colorsfor light and dark modes. 
    - Modified tailwind configuration in UI and app components, ensuring consistency of colors and styles.
    - Made the root layout to be able to load the variables from an api call
    ✨ Add custom theme variables for light and dark mode
    
    - Moved the css variable setting function into tailwind config package
    - Made a basic tailwind config and attached it to all relavant packages
    ✨ Update tailwindcss forms plugin
    
    Added the require statement for @tailwindcss/forms to the plugins array in the
    tailwind config file. This change ensures that only classes are generated by
    the forms plugin.
    sidarth-23 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    e62001f View commit details
    Browse the repository at this point in the history