-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Feature]: adding CSS options like Postcss and CSS in JS #107
Comments
Hello @anikethsaha I want to help for CSS IN JS Task Is it still available? |
Awesome. Yeah it's still available. |
I want to add Styled Component Actually this is my first open source contribution. |
That's great. |
Okay gonna do it now |
Hi @anikethsaha I have finished it, that means i can make a pull request right? |
Woo...that was fast ⏩ |
you have to push it in your fork from your local machine ! |
Done it @anikethsaha |
Thanks for ur help @anikethsaha Feel free to chat me if you need some help |
Yeah sure ! |
Hey ! @wincentrtz Actually I wanted to add those styling or any extra stuff as a pluggable thing I thought of making different branches for each task |
If you create a lot of branches, it's going to be hard to maintain it. For example, you are making some of the style branches. Then you are using graphql or axios or some 3rd party again and create their own branches. It's going to be difficult for the developer to combine every single dependency that has been separated into its own branch. I think we can create a lot of custom hooks and for example, you can see this: It will make our code cleaner and it can be scaled too. |
Yeah, branches are not a good option. |
is the issue open? I would like to help |
Yeah it's open but need a little tweak to make it configurable with the v1. |
@manas2297 I guess you can work on any of the remaining options. From here #107 (comment) |
@anikethsaha tell me how to configure it locally |
@manas2297, after cloning it, simply run Also, for this particular issue, please try to avoid touching the core part, like if you want to add any library for css-in-js, simply add it in the |
Hi was this pull request closed? Is this still available? |
Hi! Can I work on this issue? |
Hello I want to contribute. |
As this project is on a way towards becoming more flexible and customizable. Its pretty good to give the user an option to use any of the modern + classical styling options
Planning to have styling options using the following libraries
Postcss
Postcss-css-module
orcss-loader
) by @wincentrtzCSS IN JS
Emotion
Styled-Component
by @wincentrtzaphrodite
linaria
Classical Styling
Make a way for usual styling using stylesheet and linking it to the html can be done too
Can add all or any or none 😁
The text was updated successfully, but these errors were encountered: