Skip to content
This repository was archived by the owner on Oct 30, 2020. It is now read-only.
This repository was archived by the owner on Oct 30, 2020. It is now read-only.

Unsupported class names #39

@ghost

Description

Great module, and I got it working easily enough.

I'm currently importing the class names from bootstrap.less, and one of the classes is called in.

'in' is a reserved keyword and so causes a validation error in the bootstrap.less.d.ts file.

I had a look through the options, but there didn't appear to be an option that addresses this issue.

My 'webpack.config.js' section FWIW:

{
    loader: 'typings-for-css-modules-loader',
    options: {
        modules: true,
        namedExport: true,
        camelCase: true,
        sourceMap: true
    }
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions