Replacing Inline Styles with Stylesheets. #96
Level6Rogue
started this conversation in
General
Replies: 1 comment
-
I've just gone ahead and made some changes to more closely follow the guidlines in the above attached doc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all.
I found the inline styles used in the various fields and attributes to be limiting when modifying elements with stylesheets.
I've gone through and replaced most of them with stylesheets.
I belive this is also more performant: https://docs.unity3d.com/Manual/UIE-USS-WritingStyleSheets.html
This is pretty much my first time contributing to someone elses project so I figured I'd start a discussion before making a pull request.
You can find my changes here:
main...Level6Rogue:Alchemy:moving-inline-styles-to-stylesheets
Beta Was this translation helpful? Give feedback.
All reactions