-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improvements to Current Components & New Features #16
Labels
enhancement
New feature or request
Comments
|
**These tasks will not happen. Instead, switch to Webpack **
|
Import Accordion Input Component
|
SCSS Features
I would like to do the following when designed/developing an app. // global styles
.accessibleshiny {
--primary: blue;
}
// component level
.accordion__input {
--primary: red;
}
// component child level
.accordion__input .accordion__heading {
--primary: green;
}
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It has been a while since I've worked on this package. Since the last updates, I have rebuilt the
browsertools
package and have developed therheroicons
library. These packages should be integrated intoaccessibleshiny
in favor of lightweight icons and optimized JS code. In addition, the following changes need to be made.inst/assets
to something more memorable and to prevent conflicts with other packages.use_*
function to allow for the following.setting open graph dataWill not implement[ ] Integrate Parcel 2.0. (This will be ongoing as parcel2 is still in beta)[ ] Update dev dependenciesThe text was updated successfully, but these errors were encountered: