Skip to main content

4 posts tagged with "css"

View all tags

Docusaurus - Integration with Tailwindcss

· 6 min read
Bruno Carneiro
Fundador da @TautornTech

This is a tutorial for those who, like me, love working with Docusaurus and want to take full advantage of Tailwind CSS.

Well, you can't keep writing CSS by hand every time you need to align a div, add rounded borders, and all those other repetitive things. Not to mention the time that takes — time we could be spending on what really matters: shipping features, building things, or in my case, writing this content for you =D.

Styled Components Universe — Part 1/3

· 7 min read
Bruno Carneiro
Fundador da @TautornTech

Hey young grasshoppers! As I mentioned in another article, today I'm going to dive a little deeper into this wonderful library that is Styled Components. I'll split this topic into three articles: in this one I'll cover some of styled's features, in the second I'll talk about testing (don't take this order into account when building an application), and in the last one I'll explain best development practices (focused on styled components, of course).

The Basics of Styled Components

· 3 min read
Bruno Carneiro
Fundador da @TautornTech

Creating CSS with JS ò.ó

Well, this is my first article and I'm very excited about it. The person who encouraged me to write it was my friend Isac, I hope you enjoy it =D

Something I really love is CSS — I have a lot of fun with it, but not everything is perfect… There are moments when everything seems to fall apart: you fix something on one side and break it on the other.

It is very easy to create side effects with CSS, to override attribute values and classes, to break entire pages with a simple change of a few values.