Quick little tip I never knew about for removing css type selector warnings from the Flex Builder problems panel (that irritated the hell out of me):
Go into your project properties panel and select the Flex Compiler option and add the following into Additional compiler options:
-show-unused-type-selector-warnings=false
Thanks to this post by Daniel R.

2 Comments
Wow, I never even thought about googling this because I just assumed that the compiler must be right… but leaving my code intact, because otherwise I lose the styles.
I’ll make this change now. Thanks!
Thank you!
2 Trackbacks
[...] Remove css type selector warnings in Flex Builder Quick little tip to remove css type selector warnings from the Flex Builder problems panel http://www.nutrixinteractive.com/blog/?p=135 [...]
[...] Remove css type selector warnings in Flex Builder Quick little tip to remove css type selector warnings from the Flex Builder problems panel http://www.nutrixinteractive.com/blog/?p=135 [...]