compass/test/fixtures/stylesheets/envtest/css/env.css

6 lines
149 B
CSS
Raw Normal View History

2011-09-26 16:31:12 +00:00
.env {
env: <%= options[:environment] %>; }
.time {
time: "<%= Time.now.strftime("%F") %>"; }
.date {
date: "<%= Time.now.strftime("%F") %>"; }