xref: /haiku/src/data/mime_db/text/css (revision 52c4471a3024d2eb81fe88e2c3982b9f8daa5e56)
1
2resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
3
4resource(1, "META:TYPE") "text/css";
5
6resource(2, "META:S:DESC") #'MSDC' "Cascading Style Sheet";
7
8resource(3, "META:EXTENS") message(234) {
9	"extensions" = "css",
10	"type" = "text/css"
11};
12
13resource(4, "META:SNIFF_RULE") "0.32 [0:1024](\"\\012html {\" | \"background-color:\" | \"\\012body {\" | \"\\012:root {\" | \"\\012@media: (\" | \"padding-left:\")";
14