diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-06-20 21:25:43 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-20 21:25:43 +0200 |
| commit | 2a4263b9eda053d3a4d6d2f1248514e4df5d42b2 (patch) | |
| tree | 68096a9133af75441fa546d3e68f9cd194401680 /t/bar.css | |
| download | plack-middleware-file-less-2a4263b9eda053d3a4d6d2f1248514e4df5d42b2.tar.gz | |
import: mostly stolen from P::M::F::Sassmaster
Diffstat (limited to 't/bar.css')
| -rw-r--r-- | t/bar.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/bar.css b/t/bar.css new file mode 100644 index 0000000..b8c021f --- /dev/null +++ b/t/bar.css @@ -0,0 +1,4 @@ +#data { + float: left; + margin-left: 10px; +} |
