Skip to content

Commit

Permalink
chore(rename): tacc-wbomar → TACC
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Apr 6, 2022
1 parent 1d6dacd commit 95d82d9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 14 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial working code. (This code may not work on all environments.)

[unreleased]: https://github.com/tacc-wbomar/Core-Styles/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/tacc-wbomar/Core-Styles/releases/tag/v0.2.0
[0.1.0]: https://github.com/tacc-wbomar/Core-Styles/releases/tag/v0.1.0
[unreleased]: https://github.com/TACC/Core-Styles/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.2.0
[0.1.0]: https://github.com/TACC/Core-Styles/releases/tag/v0.1.0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Notes:
### Module

Install the package with any package manager e.g.:
- `npm install tacc-wbomar/Core-Styles`
- `yarn add tacc-wbomar/Core-Styles`
- `npm install TACC/Core-Styles`
- `yarn add TACC/Core-Styles`

#### Build Script

Expand Down Expand Up @@ -191,7 +191,7 @@ _For now_, the stylesheets are acquired or accessed by other repositories.
<sub>¹ A repo that is, or will be, in [Core CMS Pattern Library] should load these styles __and__ build a pattern library.</sub>
[Core CMS Pattern Library]: https://github.com/tacc-wbomar?tab=repositories&q=Core-CMS-Pattern-Library
[Core CMS Pattern Library]: https://github.com/wesleyboar/Core-CMS-Pattern-Library
[research-pattern-lib]: https://confluence.tacc.utexas.edu/x/FADMBQ
Expand Down
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@
"node": ">=15.x",
"npm": ">=7.x"
},
"bugs": {
"url": "https://github.com/tacc-wbomar/Core-Styles/issues"
},
"homepage": "https://github.com/tacc-wbomar/Core-Styles",
"repository": "[email protected]:tacc-wbomar/Core-Styles.git",
"homepage": "https://github.com/TACC/Core-Styles",
"repository": "[email protected]:TACC/Core-Styles.git",
"dependencies": {
"commander": "^9.0.0",
"cssnano": "^4.1.10",
Expand Down
4 changes: 1 addition & 3 deletions source/_themes/TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# TACC CMS - Stylesheets - Themes

- Migrate [Core Styles] `source/_imports/settings/*` to theme data.
- Migrate `source/_imports/settings/*` to theme data.
- Support one theme extending another theme (default theme or another theme).

[Core Styles]: https://github.com/tacc-wbomar/Core-Styles

0 comments on commit 95d82d9

Please sign in to comment.