@@ -94,15 +94,15 @@ It's useful when you, for instance, need to post process the CSS as a string.
9494
9595| Name| Type| Default| Description|
9696| :--:| :--:| :-----:| :----------|
97- | ** ` root ` ** | ` {String} ` | ` / ` | Path to resolve URLs, URLs starting with ` / ` will not be translated|
98- | ** ` url ` ** | ` {Boolean} ` | ` true ` | Enable/Disable ` url() ` handling|
99- | ** ` alias ` ** | ` {Object} ` | ` {} ` | Create aliases to import certain modules more easily|
100- | ** ` import ` ** | ` {Boolean} ` | ` true ` | Enable/Disable @import handling|
101- | ** ` modules ` ** | ` {Boolean} ` | ` false ` | Enable/Disable CSS Modules|
102- | ** ` minimize ` ** | ` {Boolean\|Object} ` | ` false ` | Enable/Disable minification|
103- | ** ` sourceMap ` ** | ` {Boolean} ` | ` false ` | Enable/Disable Sourcemaps|
104- | ** ` camelCase ` ** | ` {Boolean\|String} ` | ` false ` | Export Classnames in CamelCase|
105- | ** ` importLoaders ` ** | ` {Number} ` | ` 0 ` | Number of loaders applied before CSS loader|
97+ | ** [ ` root ` ] ( #root ) ** | ` {String} ` | ` / ` | Path to resolve URLs, URLs starting with ` / ` will not be translated|
98+ | ** [ ` url ` ] ( #url ) ** | ` {Boolean} ` | ` true ` | Enable/Disable ` url() ` handling|
99+ | ** [ ` alias ` ] ( #alias ) ** | ` {Object} ` | ` {} ` | Create aliases to import certain modules more easily|
100+ | ** [ ` import ` ] ( #import ) ** | ` {Boolean} ` | ` true ` | Enable/Disable @import handling|
101+ | ** [ ` modules ` ] ( #modules ) ** | ` {Boolean} ` | ` false ` | Enable/Disable CSS Modules|
102+ | ** [ ` minimize ` ] ( #minimize ) ** | ` {Boolean\|Object} ` | ` false ` | Enable/Disable minification|
103+ | ** [ ` sourceMap ` ] ( #sourcemap ) ** | ` {Boolean} ` | ` false ` | Enable/Disable Sourcemaps|
104+ | ** [ ` camelCase ` ] ( #camelcase ) ** | ` {Boolean\|String} ` | ` false ` | Export Classnames in CamelCase|
105+ | ** [ ` importLoaders ` ] ( #importloaders ) ** | ` {Number} ` | ` 0 ` | Number of loaders applied before CSS loader|
106106| ** ` localIdentName ` ** | ` {String} ` | ` [hash:base64] ` | Configure the generated ident|
107107
108108### ` root `
0 commit comments