I've just started learning front end web development and a few days ago I got familiar with SMACSS methodology. I've red the concept on the official website and a couple of other articles. But I am still very confused with modules.
What I understood is that I should create a partial for any little element that's inside a layout.
For example let's say, that there is a sidebar that contains just headline and paragraph. As I understood, the sidebar itself will go to layouts. But where should I style headline and paragraph? Are they going to separate modules or I should just simply write them in the layout?
This is just an example, but I have a lot of struggles like this while trying to use SMACSS. Could anybody please explain me this part in a easy and simple way?