TACC / tup-ui

React client for TACC User Portal
2 stars 0 forks source link

chore: limit portal root vars to portal #322

Closed wesleyboar closed 11 months ago

wesleyboar commented 11 months ago

Overview

Limit Portal variables defined in :root from affecting CMS.

The `tup-cms-react` app loads Portal's `imports-….css` globally, so any `:root` rules inside it have affect on CMS. This is a no-op, because CMS is not using any of these variables, but it could. And their values should not be influenced by what is just for Portal.

Related

Changes

Testing & UI

N/A.