A CSS rule is made out of a selector that uniquely identifies a part of the page followed by curly braces, and then one or more property:value pairs separated by semi-colons.
%img{ src: ‘/images/anatomy.png’ }
This rule very simply matches every a tag on the page and makes it red.
%aside