mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +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");
|
||||
|
||||
/**
|
||||
* This plugin extracts content inside url() into css variables.
|
||||
* The extracted css variables are added to the :root section.
|
||||
* This plugin extracts content inside url() into css variables and adds the variables to the root section.
|
||||
* This plugin is used in conjunction with css-url-processor plugin to colorize svg icons.
|
||||
*/
|
||||
let counter;
|
||||
let urlVariables;
|
||||
|
Loading…
Reference in New Issue
Block a user