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

Support for PostCSS? #49

Open
asifshirazi opened this issue Mar 26, 2017 · 2 comments
Open

Support for PostCSS? #49

asifshirazi opened this issue Mar 26, 2017 · 2 comments

Comments

@asifshirazi
Copy link

asifshirazi commented Mar 26, 2017

Hi there!

I can say without any doubt this is most amazing and clean style guide generators of all.
Although this is for Sass and Less, It can also parse PostCSS .pcss files,
except variables and mixins.

:root {
    --red: #e23b00;
    --blue: #3f526b;
    --background: #faf8f5;
}
@define-mixin ellipsis $size:100%, $display:block {
    width: $size;
    display: $display;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

What are your plans on supporting PostCSS?

Thanks

@afknapping
Copy link

+1 for nucleus – i chose it because it supports atomic declarations as a default <3

i am currently trying to integrate it with a project scaffolded with create-vue-app, which used poi under the hood. poi then has a build-in placeholder for postcss-plugins, so would be cool if i could drop in nucleus at that point...

i might be able to pair this at work, so any help on an entry point for how to do this would be appreciated :)

@vintprox
Copy link

vintprox commented May 8, 2019

OMG, yes, need it so hard!

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