Skip to content

Commit 6eafc75

Browse files
authored
feat: initial bootstrap 5 support (#1123)
## Overview Add TACC styles for [Bootstrap 5 `link` Utility](https://getbootstrap.com/docs/5.3/utilities/link/). ## Related - for [TACC: About > LCCF Internships ](https://tacc.utexas.edu/about/internships/lccf/) - for [ECEP: CS Data > ECEP CS Education](https://ecepalliance.org/cs-data/ecep-cs-education-dashboard/) - tested via TACC/tup-ui#535 ## Changes - **adds** [TACC/Core-Styles:core-styles.bootstrap5.css](https://github.com/TACC/Core-Styles/blob/v2.53.3/src/lib/_imports/core-styles.bootstrap5.css) ## Testing 1. Verify `.link-primary` styles any element link a link e.g. - `<button class="link-primary">` - `<summary class="link-primary">` ## UI https://github.com/user-attachments/assets/353c2b7c-9311-432e-bf5c-5e8360001810
1 parent 3263ccf commit 6eafc75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/* TODO: Host Core-Styles static files on a CDN */
22
@import url("@tacc/core-styles/dist/core-styles.bootstrap4.css");
3+
@import url("@tacc/core-styles/dist/core-styles.bootstrap5.css");

0 commit comments

Comments
 (0)