Add explaining comment

This commit is contained in:
RMidhunSuresh 2022-04-03 16:46:26 +05:30
parent 5e702171ce
commit 545ff2ec32
1 changed files with 2 additions and 2 deletions

View File

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