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!: change catppuccin.variables.css into generic version #32

Merged
merged 8 commits into from
Sep 10, 2024
Merged

feat!: change catppuccin.variables.css into generic version #32

merged 8 commits into from
Sep 10, 2024

Conversation

uncenter
Copy link
Member

@uncenter uncenter commented May 24, 2024

Closes #14. Changes the default variables CSS to support any color syntax (not just RGB) and adds a new catppuccin-variables.rgb.css variant that only supports RGB syntax (for compatibility with things like Tailwind CSS that set variables with RGB notation).

BEGIN_COMMIT_OVERRIDE
refactor!: rename catppuccin.variables.css -> catppuccin-variables.css
refactor!: remove rgb() in catppuccin-variables.css
feat: add catppuccin-variables.important for use with !important
feat: add catppuccin-variables.rgb.css for use with rgb()
feat: add catppuccin-variables.rgb.important.css for use with rgb() and !important
END_COMMIT_OVERRIDE

@sgoudham sgoudham changed the title feat: add separate variable and rgb variables variants feat!: add separate variable and rgb variables variants May 24, 2024
@uncenter uncenter changed the title feat!: add separate variable and rgb variables variants feat: add new any variable variant Sep 9, 2024
@uncenter uncenter marked this pull request as draft September 10, 2024 11:49
@uncenter uncenter marked this pull request as ready for review September 10, 2024 12:36
@uncenter uncenter changed the title feat: add new any variable variant feat!: new variable version (any color format), legacy rgb variables variant Sep 10, 2024
README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@uncenter uncenter requested a review from sgoudham September 10, 2024 22:59
@sgoudham sgoudham changed the title feat!: new variable version (any color format), legacy rgb variables variant feat!: change catppuccin.variables.css into generic version Sep 10, 2024
@sgoudham sgoudham merged commit fea1b3a into catppuccin:main Sep 10, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

Don't force usage of RGB variables for variables variant
2 participants