Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoprefix cause extra source "<input css 1>" in source map file #25

Open
hkm-mo opened this issue Aug 3, 2016 · 0 comments
Open

Autoprefix cause extra source "<input css 1>" in source map file #25

hkm-mo opened this issue Aug 3, 2016 · 0 comments
Labels

Comments

@hkm-mo
Copy link

hkm-mo commented Aug 3, 2016

This is my code:

var option = {
    paths: [ '/data/src/less/' ],
    plugins: [autoprefixPlugin],
    sourceMap: true
};

less.render(data, option).then( (output) => {
    //My code
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants