TACC / tup-ui

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

chore: core-styles v2.16.3 #280

Closed wesleyboar closed 1 year ago

wesleyboar commented 1 year ago

Overview

Fix CSS build warning about invalid syntax.

Warning ``` warnings when minifying css: ▲ [WARNING] Unexpected "not(" [css-syntax-error] :2542:15: 2542 │ fieldset:where(not(:last-child)){margin-bottom:3.5rem} ```

Related

Changes

Testing / UI / Notes

Skipped.

The warning was very clear to me, the author of that line of CSS. The warning should not affect TUP, because TUP does not use <fieldset>'s.

jarosenb commented 1 year ago

Rolled into #273.