Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Refactor: Update CSS Custom Properties prefix to --givewp #103

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

kjohnson
Copy link
Contributor

@kjohnson kjohnson commented Dec 22, 2022

Description

This PR updates all GiveWP CSS custom properties to use the --givewp prefix for consistency with the CSS class name prefix.

Visuals

-    --give-primary-200: #E6FFE6;
-    --give-primary-300: #C2F2C3;
-    --give-primary-400: #AAF2AC;
-    --give-primary-500: #68BF6B;
-    --give-primary-600: #15AE56;
-    --give-primary-700: #5BA65E;
-    --give-primary-800: #3F7341;
+   --givewp-primary-200: #E6FFE6;
+   --givewp-primary-300: #C2F2C3;
+   --givewp-primary-400: #AAF2AC;
+   --givewp-primary-500: #68BF6B;
+   --givewp-primary-600: #15AE56;
+   --givewp-primary-700: #5BA65E;
+   --givewp-primary-800: #3F7341;

@kjohnson kjohnson marked this pull request as ready for review December 22, 2022 16:28
Copy link
Contributor

@jonwaldstein jonwaldstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@jonwaldstein jonwaldstein merged commit 8a41138 into develop Dec 22, 2022
@jonwaldstein jonwaldstein deleted the refactor/css-variable-naming branch December 22, 2022 21:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants