diff --git a/docs/functions/default.html b/docs/functions/default.html index e61a0978..ca42edcc 100644 --- a/docs/functions/default.html +++ b/docs/functions/default.html @@ -1 +1 @@ -default | Code Documentation

Generated using TypeDoc

\ No newline at end of file +default | Code Documentation

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CSSPluginOptions.html b/docs/interfaces/CSSPluginOptions.html index ed03ff3e..744f342c 100644 --- a/docs/interfaces/CSSPluginOptions.html +++ b/docs/interfaces/CSSPluginOptions.html @@ -1,11 +1,11 @@ -CSSPluginOptions | Code Documentation

Interface CSSPluginOptions

interface CSSPluginOptions {
    generateScopedName?: string | ((className, filename, css) => string);
    globalPrefix?: string;
    keepModules?: boolean;
    skipAutoPrefixer?: boolean;
}

Properties

generateScopedName? +CSSPluginOptions | Code Documentation

Interface CSSPluginOptions

interface CSSPluginOptions {
    generateScopedName?: string | ((className, filename, css) => string);
    globalPrefix?: string;
    keepModules?: boolean;
    skipAutoPrefixer?: boolean;
}

Properties

generateScopedName?: string | ((className, filename, css) => string)

by default name is generated without hash so that it is easier and reliable for library users to override some CSS

-

Type declaration

    • (className, filename, css): string
    • Parameters

      • className: string
      • filename: string
      • css: string

      Returns string

globalPrefix?: string

global CSS class prefix.

+

Type declaration

    • (className, filename, css): string
    • Parameters

      • className: string
      • filename: string
      • css: string

      Returns string

globalPrefix?: string

global CSS class prefix.

Default Value

""
 
-
keepModules?: boolean

If you want to keep .module.css files

-
skipAutoPrefixer?: boolean

set skipAutoPrefixer to true to disable autoprefixer

-

Generated using TypeDoc

\ No newline at end of file +
keepModules?: boolean

If you want to keep .module.css files

+
skipAutoPrefixer?: boolean

set skipAutoPrefixer to true to disable autoprefixer

+

Generated using TypeDoc

\ No newline at end of file