From e7f67c0de461de22f46b3773677295a6b2934d78 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:02:12 -0500 Subject: [PATCH] docs: limit use of bootstrap (#274) * docs: limit use of bootstrap * style: remove verbosity * nx format:write --- apps/tup-ui/src/styles/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps/tup-ui/src/styles/README.md b/apps/tup-ui/src/styles/README.md index 93e5bdc49..a16fe75cf 100644 --- a/apps/tup-ui/src/styles/README.md +++ b/apps/tup-ui/src/styles/README.md @@ -9,6 +9,7 @@ - [Create Core Styles](#create-core-styles) - [Use Global Project Styles](#use-global-project-styles) - [Create Global Project Styles](#create-global-project-styles) +- [Limit Use of Bootstrap](#limit-use-of-bootstrap) ## How to Style @@ -162,5 +163,13 @@ selector { @import url('@tacc/core-styles/.../components/something-not-already-available-globally.css'); ``` +### Limit Use of Bootstrap + +Prefer Core Styles to Bootstrap. [Learn how and why.][core styles bootstrap] + +As necessary, use Bootstrap ([available globally via Core CMS][core cms bootstrap]). + [core styles]: https://github.com/TACC/Core-Styles [css style guide]: https://confluence.tacc.utexas.edu/display/~wbomar/Shared+UI+-+CSS+-+Style+Guide +[core styles bootstrap]: https://github.com/TACC/Core-Styles/blob/main/docs/bootstrap.md +[core cms bootstrap]: https://github.com/TACC/Core-CMS/blob/v3.11.4/taccsite_cms/templates/assets_core.html#L8