Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Feb 15, 2023
1 parent 2b56036 commit 9477762
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}
Expand Down

0 comments on commit 9477762

Please sign in to comment.