Skip to content

How to configurate sprites using compass-mixins? #92

Open
@Flourad

Description

  1. In the webpack.config.js,i add the loader configuration:
    { test: /\.scss$/, loader: 'style!css!sass?includePaths[]=' + './node_modules/compass-mixins/lib' }
  2. My directory list:
    image
    The _image.scss file:
    @import "compass/utilities/sprites"; @import "icon/*.png"; @include all-icon-sprites;

3.when i run webpack, the command-line alert errors below:
image

Activity

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions