How to Remove Css Type Selector Warnings in Flex Builder

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.

Comments