convert to Styled Components
Hey, @wesbos what exactly do you need to convert?
All the current CSS is in stylus - so it could be converted all at once or just component by component. I think its currently in BEM so it should be pretty easy
I will work on that
If anyone else wants to help this amazing project feel free to build upon my work, there are some issues in #162 so you can deal with them if you want! Don't forget to ping me, so we won't be doing double work
@wesbos what's happening with the 💪? #185
./styles/_type.styl
@font-face {
font-family: '💪';
src: url('/static/fonts/Radnika-Bold.woff2') format('woff2'),
url('/static/fonts/Radnika-Bold.woff') format('woff')
}
h1,h2,h3,h4,h5,h6 {
font-family: '💪';
font-weight: 100;
}
https://github.com/jameygleason/Syntax/tree/convert-stylus
Hey @wesbos we worked with @bchiang7 together and finished the transition, have a look! #162
Hey! Can I also contribute to this? I know styled components pretty well. But I am new to contributing. Please help me what I need to do? @d-ivashchuk @416serg @wesbos.
I would like to contribute to this too @d-ivashchuk @416serg @wesbos. , how can i help
Hi! Just curious...any progress on this? I ask because I'm working on the pagination issue and want to use styled components...but noticed that it's not yet been installed.
@wesbos ...is there any way we can move the install of the styled-components library forward to master so that can be used moving forward? While I'm comfortable using stylesheets, I'd hate to do that if styled-components is the desired path forward.