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

implement post-css #204

Open
prajkt-yeole opened this issue Dec 30, 2016 · 1 comment
Open

implement post-css #204

prajkt-yeole opened this issue Dec 30, 2016 · 1 comment

Comments

@prajkt-yeole
Copy link

this is the loader i have added for postcss

 {
        test: /\.css$/,
        loader: 'style-loader!css-loader!postcss-loader?sourceMap'
      },

where do i call all other plugins

@fesor
Copy link
Collaborator

fesor commented Dec 30, 2016

Yep, postcss + autoprefixer is totally needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants