Created build-dev script to only build 1 css file for quicker testing enviroment. Added accordion javascript for slide effect. modified the notification scss, and added more demos.

This commit is contained in:
Yohn 2024-11-12 00:35:16 -05:00
parent b1fcd44b73
commit 26e82a693d
246 changed files with 1716 additions and 2269 deletions

View file

@ -10,15 +10,6 @@
display: block;
margin-bottom: var(#{$css-var-prefix}spacing);
&:not([open]) summary ~ * {
max-height: 0;
overflow: hidden;
opacity: 0;
transition:
max-height var(#{$css-var-prefix}transition),
opacity var(#{$css-var-prefix}transition);
}
summary {
line-height: 1rem;
list-style-type: none;
@ -108,14 +99,6 @@
&::after {
transform: rotate(0);
}
~ * {
max-height: 100; /* Initial max height for content */
opacity: 1;
transition:
max-height var(#{$css-var-prefix}transition),
opacity var(#{$css-var-prefix}transition);
}
}
}
}