mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
Add explaining comment
This commit is contained in:
parent
5e702171ce
commit
545ff2ec32
@ -17,8 +17,8 @@ limitations under the License.
|
|||||||
const valueParser = require("postcss-value-parser");
|
const valueParser = require("postcss-value-parser");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This plugin extracts content inside url() into css variables.
|
* This plugin extracts content inside url() into css variables and adds the variables to the root section.
|
||||||
* The extracted css variables are added to the :root section.
|
* This plugin is used in conjunction with css-url-processor plugin to colorize svg icons.
|
||||||
*/
|
*/
|
||||||
let counter;
|
let counter;
|
||||||
let urlVariables;
|
let urlVariables;
|
||||||
|
Loading…
Reference in New Issue
Block a user