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

refactor(backdrop, badge, and table tsx, tests, stories, and default … #27

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Dec 30, 2020

  1. refactor(backdrop, badge, and table tsx, tests, stories, and default …

    …theme): updated to Tailwindcss2
    
    Updated to tailwindcss@^2.0, updating minor class name changes to support new renames. Tests had to
    be adjusted to support the new classes as well. Added a couple of Stories to Storybook to see how
    things looked.
    
    BREAKING CHANGE: Requires TailwindCSS@^2.0
    dbhagen committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    1605d7c View commit details
    Browse the repository at this point in the history
  2. fix(config.js): fixed dependancy on @tailwindcss/forms

    Missed the dependancy on @tailwindcss/forms in the config.js file. Changed it to @tailwindcss/forms
    from @tailwindcss/custom-forms.
    dbhagen committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    42a4e5d View commit details
    Browse the repository at this point in the history
  3. chore(updated version to 0.5.1): udpated version to 0.5.1

    Updated version to 0.5.1
    dbhagen committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    3659c5f View commit details
    Browse the repository at this point in the history