Overview
F*CSS is a new AS3 library that allows you to add support for CSS in your projects. F*CSS’s goes well beyond the native StyleSheet class by supporting style inheritance, pseudo selectors, and merging styles on the fly. The goal of the this library is to make CSS styles something you can apply to any of your classes instead of just TextFields. CSS is a great way to define your class’s properties in an external file and F*CSS helps convert these styles into property/value pairs you can apply to any Object. In this 30 min demo we will cover how to load in CSS, parse it, style a TextField, and apply Styles to your own classes.