Skip to content

Commit

Permalink
fix: change input to class
Browse files Browse the repository at this point in the history
  • Loading branch information
matifandy8 committed Nov 12, 2023
1 parent b8ff165 commit 4837427
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ input.nb-checkbox {
font-weight: bold;
box-shadow: 2px 2px 0px black; }

input {
.accordion-tab {
position: absolute;
opacity: 0;
z-index: -1; }
Expand Down
2 changes: 1 addition & 1 deletion dist/index.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "neobrutalismcss",
"version": "0.4.0",
"version": "0.4.1",
"description": "NeoBrutalismCSS design framework that embraces the aesthetics of neo-brutalism in web",
"main": "dist/index.min.css",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/scss/components/_accordion.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
input {
.accordion-tab {
position: absolute;
opacity: 0;
z-index: -1;
Expand Down

0 comments on commit 4837427

Please sign in to comment.