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

Issue with partial @import #6

Open
asifshirazi opened this issue Sep 2, 2016 · 0 comments
Open

Issue with partial @import #6

asifshirazi opened this issue Sep 2, 2016 · 0 comments

Comments

@asifshirazi
Copy link

asifshirazi commented Sep 2, 2016

I'm using PreCSS pack for import. Let me briefly explain what is happening with me.
When I run my gulp task it will adds @keyframes only for the first file.

_partial.pcss

.foo {
    animation: bounce 1s;
}

app.pcss

@import "partial";
h1 {
    font-size: 1.5em;
}

style.pcss

@import "partial";
p {
    margin: 0;
}

In my case it will adds .foo keyframes only in app.css and ignores rest of the files.

@asifshirazi asifshirazi changed the title Issue with @import Issue with partial @import Sep 2, 2016
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

1 participant