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

Use doesn't work #123

Open
adinvadim opened this issue Feb 24, 2016 · 2 comments
Open

Use doesn't work #123

adinvadim opened this issue Feb 24, 2016 · 2 comments

Comments

@adinvadim
Copy link

Example from project-stub. Plugin for stylus doesn't work with enb-stylus

            [techs.stylus, {
                target: '?.css',
                sourcemap: false,
                use: [require('rupture')()],
                autoprefixer: {
                    browsers: ['ie >= 10', 'last 2 versions', 'opera 12.1', '> 2%']
                }
            }],
.block2

    +below(900px)
        width: 300px

15:56:16.450 - [failed] [desktop.bundles/index/index.css] stylus

@tadatuta
Copy link
Member

That's because latest released version still doesn't have this feature. See commits: https://github.com/enb-make/enb-stylus/commits/master (support was introduced after current 2.2.0 release).

So you may install module from github until release: npm i enb-make/enb-stylus#master --save-dev

@blond
Copy link
Member

blond commented Mar 21, 2016

I released v2.3.0.

@adinvadim, сould you try new version?

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

No branches or pull requests

3 participants