Donatello Styleguide

Donatello Styleguide

Source: css/3-generic/_generic.scss, line 1

3 Generic

The ground zero styles. They are low-specificity and far reaching. Think about resets and normalizing our styles for cross-browser compatibility.

Source: css/3-generic/generic.normalize.scss, line 1

3.2 Normalize

Makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.

Source: css/3-generic/generic.resets.scss, line 1

3.3 Reset margin tags

Sets the margins to 0 for the following elements:

  • hr
  • ul, ol
  • dl, dd
  • table,
  • form, fieldset
  • figure
  • address
  • blockquote
  • p
  • h1, h2, h3, h4, h5, h6