Skip to content

Commit

Permalink
Fixed #100, Fixed #101
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Feb 18, 2022
1 parent c43740e commit 90ce877
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions _sass/lib/src/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,25 +76,25 @@ $rgbaShades: 10, 20, 30, 40, 50, 60, 70, 80, 90;
}

.surface-ground {
background-color: var(--surface-ground);
background-color: var(--surface-ground) !important;
}

.surface-section {
background-color: var(--surface-section);
background-color: var(--surface-section) !important;
}

.surface-card {
background-color: var(--surface-card);
background-color: var(--surface-card) !important;
}

.surface-overlay {
background-color: var(--surface-overlay);
background-color: var(--surface-overlay) !important;
}

.surface-border {
border-color: var(--surface-border);
border-color: var(--surface-border) !important;
}

.surface-hover {
border-color: var(--surface-hover);
background-color: var(--surface-hover) !important;
}
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeflex",
"version": "3.1.2",
"version": "3.1.3",
"description": "PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primeflex",
"version": "3.1.2",
"version": "3.1.3",
"description": "PrimeFlex is a lightweight responsive CSS utility library to accompany Prime UI libraries and static webpages as well.",
"scripts": {
"serve": "jekyll serve --livereload",
Expand Down

0 comments on commit 90ce877

Please sign in to comment.