These spans would be a good place to create a class. The spans have a special purpose, they are the price text. So rather than change all the span tags to this we can create a component class that is very reusable and doesn't actually rely on what type of element it is used on.
.price { color: blue; }
These spans would be a good place to create a class. The spans have a special purpose, they are the price text. So rather than change all the span tags to this we can create a component class that is very reusable and doesn't actually rely on what type of element it is used on. .price { color: blue; }
https://github.com/lsguillory/prj-rev-bwfs-dasmoto/blob/master/dasmoto/css/style.css#L50-L53