2011-09-26 16:31:12 +00:00
|
|
|
.env {
|
|
|
|
env: compass-env();
|
|
|
|
}
|
2012-03-23 15:55:38 +00:00
|
|
|
|
|
|
|
.time {
|
|
|
|
time: current-time("%F");
|
|
|
|
}
|
|
|
|
|
|
|
|
.date {
|
|
|
|
date: current-date("%F");
|
2012-03-23 17:19:25 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.filename {
|
|
|
|
file: current-source-file();
|
2012-03-23 17:25:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.output {
|
|
|
|
output: current-output-file();
|
2012-03-23 15:55:38 +00:00
|
|
|
}
|