15 lines
156 B
SCSS
15 lines
156 B
SCSS
.env {
|
|
env: compass-env();
|
|
}
|
|
|
|
.time {
|
|
time: current-time("%F");
|
|
}
|
|
|
|
.date {
|
|
date: current-date("%F");
|
|
}
|
|
|
|
.filename {
|
|
file: current-source-file();
|
|
} |