Skip to content

Commit

Permalink
docs: limit use of bootstrap (#274)
Browse files Browse the repository at this point in the history
* docs: limit use of bootstrap

* style: remove verbosity

* nx format:write
  • Loading branch information
wesleyboar authored Aug 7, 2023
1 parent 1982c1f commit e7f67c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/tup-ui/src/styles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit e7f67c0

Please sign in to comment.