Add explaining comment

This commit is contained in:
RMidhunSuresh 2022-04-03 16:46:26 +05:30
parent 5e702171ce
commit 545ff2ec32

View file

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