Add explaining comment

This commit is contained in:
RMidhunSuresh 2022-03-25 11:40:21 +05:30
parent b59d6970fc
commit 97ade0659c

View file

@ -15,6 +15,10 @@ 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.
* The extracted css variables are added to the :root section.
*/
let counter; let counter;
const urlVariables = new Map(); const urlVariables = new Map();
const idToPrepend = "icon-url"; const idToPrepend = "icon-url";