<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - bdiddymc</title>
<link>http://snipplr.com/users/bdiddymc/tags/class</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 15:04:42 GMT</pubDate>
<item>
<title>(CSS) LESS - Page Curl</title>
<link>http://snipplr.com/view/47826/less--page-curl/</link>
<description><![CDATA[ <p>A LESS class which can be included to easily allow for a page-curl/shadow on element.

*NOTE: Still needs work to allow for consistency at various sizes...*

**Usage Instructions**

* To remove reliance on javascript, setup the LESS compiler: 
 * [incident57.com/less/](http://incident57.com/less/) (MAC) 
 * ??? (PC)

* Import the class into the master stylesheet: *@import: url(classes.less);*

* Use page curl on specific elements: 
*.block-item 
{ 
height: 100px;
width: 300px;
.page-curl(); 
}*</p> ]]></description>
<pubDate>Tue, 25 Jan 2011 09:53:51 GMT</pubDate>
<guid>http://snipplr.com/view/47826/less--page-curl/</guid>
</item>
</channel>
</rss>