Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is CSS used anywhere besides web browsers?

Tags:

css

Just curious - apart from its ubiquitous use in specifying the presentation of HTML in modern web browsers, do any programs or standards utilize CSS?

like image 827
rajakvk Avatar asked Sep 22 '09 18:09

rajakvk


1 Answers

Mozilla uses CSS to style the user interface of its products (Firefox, Thunderbird, Sunbird, etc.). It also uses CSS to bind logic to markup (-moz-binding).

Flex is also using custom CSS properties to style the interface.

Furthermore, the Qt GUI framework (written in C++) is using CSS.

like image 110
Ionuț G. Stan Avatar answered Sep 18 '22 16:09

Ionuț G. Stan