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

add utils.css #611

Merged
merged 2 commits into from
Dec 30, 2024
Merged

add utils.css #611

merged 2 commits into from
Dec 30, 2024

Conversation

mck
Copy link
Collaborator

@mck mck commented Dec 30, 2024

PR Type

enhancement


Description

  • Added @tokens-studio/ui/css/utils.css to the layout file to include utility CSS styles, improving visual consistency.
  • Created a changeset file to document the update as a patch for @tokens-studio/graph-engine-ui.

Changes walkthrough 📝

Relevant files
Enhancement
layout.tsx
Add utility CSS import to layout file                                       

packages/ui/src/app/layout.tsx

  • Added import for @tokens-studio/ui/css/utils.css to include utility
    CSS styles.
  • +1/-0     
    Documentation
    fifty-lamps-turn.md
    Document addition of utility CSS in changeset                       

    .changeset/fifty-lamps-turn.md

  • Added a changeset file to document the addition of utility CSS for
    fixing visuals.
  • +5/-0     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    @mck mck self-assigned this Dec 30, 2024
    Copy link

    changeset-bot bot commented Dec 30, 2024

    🦋 Changeset detected

    Latest commit: 49994d6

    The changes in this PR will be included in the next version bump.

    This PR includes changesets to release 1 package
    Name Type
    @tokens-studio/graph-engine-ui Patch

    Not sure what this means? Click here to learn what changesets are.

    Click here if you're a maintainer who wants to add another changeset to this PR

    Copy link
    Contributor

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Dependency Addition

    Ensure that the newly added @tokens-studio/ui/css/utils.css dependency does not conflict with existing styles or introduce unintended side effects in the application.

    import '@tokens-studio/ui/css/utils.css';

    Copy link
    Contributor

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @mck mck merged commit fe05770 into master Dec 30, 2024
    2 checks passed
    @mck mck deleted the add-utils branch December 30, 2024 14:49
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    2 participants