lsguillory / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

good place for a class #3

Open rimmesbe opened 6 years ago

rimmesbe commented 6 years ago

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