From 9477762e9bd7d1558c141c4ac221d6787760c3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionic=C4=83=20Biz=C4=83u?= Date: Wed, 15 Feb 2023 21:58:27 +0100 Subject: [PATCH] Updated docs --- lib/index.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/lib/index.js b/lib/index.js index b6e206e..7bf5ffc 100644 --- a/lib/index.js +++ b/lib/index.js @@ -56,12 +56,13 @@ module.exports = class Rucksack extends RucksackLite { , strictMode: false , cssUrlHook: noop , aliases: {} - , cssExtensions: { - atImport: true - , postcssUrl: true - , cssPreset: true - , cssnextVariables: true - } + }) + + opts.cssExtensions = ul.merge(opts.cssExtensions, { + atImport: true + , postcssUrl: true + , cssPreset: true + , cssnextVariables: true }) this._watchingCssFiles = {}