Really nice work making this concept into a usable library. I look forward to hearing more at the next SeattleJS meetup.
The thing that's stopped me from exploring this concept is how much extra code must end up on the page with inline styles.
With css I can reuse the same styles over and over with only the class name as the repeating element. With inline styles you could have many rules repeating (say a long list or table).
Have you found this to be a problem for performance?
The thing that's stopped me from exploring this concept is how much extra code must end up on the page with inline styles.
With css I can reuse the same styles over and over with only the class name as the repeating element. With inline styles you could have many rules repeating (say a long list or table).
Have you found this to be a problem for performance?