<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/stylesheets</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 05:32:58 GMT</pubDate>
<item>
<title>(TYPO3) Including Multiple Stylesheets via TypoScript - nick108</title>
<link>http://snipplr.com/view/29653/including-multiple-stylesheets-via-typoscript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 12 Mar 2010 04:51:05 GMT</pubDate>
<guid>http://snipplr.com/view/29653/including-multiple-stylesheets-via-typoscript/</guid>
</item>
<item>
<title>(Other) How to configure the output format of the W3 CSS Validator - noah</title>
<link>http://snipplr.com/view/19817/how-to-configure-the-output-format-of-the-w3-css-validator/</link>
<description><![CDATA[ <p>The W3 CSS validator is pretty simple to [install locally for use behind the firewall](http://www.emacswiki.org/emacs/FlymakeCSS).

However, by default the validator spits out the whole CSS file after validation, which is inconvenient if your stylesheet is more than a few lines long.

Unfortunately it's not so obvious how to configure the validator to give pretty-printed, human-readable output.  In fact, all there is to it, is to choose a different output format from the several that are supported :)

By default the validator .jar file gives you "text" output, which includes the stylesheet.  To choose a different format, invoke the validator .jar file with an -output argument, like this:

    java -jar css-validator.jar -output  local-file:foo.css

where `` is any of xhtml, xml, text, soap12, json, ucn or gnu

If you just want the errors as (html-escaped) plain text, but without the CSS included, use `gnu`</p> ]]></description>
<pubDate>Wed, 16 Sep 2009 11:53:08 GMT</pubDate>
<guid>http://snipplr.com/view/19817/how-to-configure-the-output-format-of-the-w3-css-validator/</guid>
</item>
<item>
<title>(CSS) Linking Multiple Stylesheets - StevieJ</title>
<link>http://snipplr.com/view/19544/linking-multiple-stylesheets/</link>
<description><![CDATA[ <p>Attaching multiple stylesheets</p> ]]></description>
<pubDate>Fri, 11 Sep 2009 08:44:22 GMT</pubDate>
<guid>http://snipplr.com/view/19544/linking-multiple-stylesheets/</guid>
</item>
<item>
<title>(HTML) Standard Document Head Setup - joshnunn</title>
<link>http://snipplr.com/view/17649/standard-document-head-setup/</link>
<description><![CDATA[ <p>Useful empty structures for feeds, favicons, stylesheets and scripts, plus third party metadata and tools</p> ]]></description>
<pubDate>Wed, 29 Jul 2009 22:51:06 GMT</pubDate>
<guid>http://snipplr.com/view/17649/standard-document-head-setup/</guid>
</item>
<item>
<title>(JavaScript) Create new CSS Selector (FF, IE, Opera) - noah</title>
<link>http://snipplr.com/view/3333/create-new-css-selector-ff-ie-opera/</link>
<description><![CDATA[ <p>Construct and add a selector to an existing stylesheet.  Does not work in Safari.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 10:53:32 GMT</pubDate>
<guid>http://snipplr.com/view/3333/create-new-css-selector-ff-ie-opera/</guid>
</item>
</channel>
</rss>