mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Add explaining comment
This commit is contained in:
parent
b59d6970fc
commit
97ade0659c
@ -15,6 +15,10 @@ limitations under the License.
|
||||
*/
|
||||
|
||||
const valueParser = require("postcss-value-parser");
|
||||
/**
|
||||
* This plugin extracts content inside url() into css variables.
|
||||
* The extracted css variables are added to the :root section.
|
||||
*/
|
||||
let counter;
|
||||
const urlVariables = new Map();
|
||||
const idToPrepend = "icon-url";
|
||||
|
Loading…
Reference in New Issue
Block a user