Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Google Closure Stylesheets Compiler

Compare
Choose a tag to compare
@EricBeach EricBeach released this 23 Oct 17:45
· 153 commits to master since this release
Implement a string concatenation gss function: concat(...)

This allows to dynamically construct urls, e.g.

@def HOST static.example.com
.img {
  background-image: url(concat('//', HOST, '/image.png');
}
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=105082418