Add explaining comment

This commit is contained in:
RMidhunSuresh 2022-03-25 11:40:21 +05:30
parent b59d6970fc
commit 97ade0659c
1 changed files with 4 additions and 0 deletions

View File

@ -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";