TACC / Core-Styles

CSS dist files, source code, and build process for TACC-branded projects.
https://tacc.utexas.edu/static/ui
0 stars 0 forks source link

feat: wp-280 install postcss-mixins, begin to use it not @extend #327

Closed R-Tomas-Gonzalez closed 5 months ago

R-Tomas-Gonzalez commented 5 months ago

Overview

This branch will serve as the removal for @extend keyword. Please follow the testing instructions below as to how I've gone about removing this in some sort of order.

Related

WP-280

Changes

Too many to count.

Testing

  1. Each commit will have a certain area that the @extend keyword has been removed.
  2. Use each commit as a guideline as to what components to test and for which style.
  3. Good luck.

UI

This is a test example of x-truncate-one-line

Before After
Screenshot 2024-04-08 at 6 20 21 PM Screenshot 2024-04-08 at 6 20 30 PM
R-Tomas-Gonzalez commented 5 months ago

Dont use first two commits as examples. Use subsequent commits as examples.

wesleyboar commented 5 months ago

I changed the name of this PR, because I am using PR names to serve as changes in new epic PR (#333). This PR serves as the install and test and PoC change. (I've begun a docs change via #332.)