Read more

CSS Explain - A tool which calculates CSS selector specificity

Ulrich Berkmueller
January 04, 2013Software engineer

Example input:

li.active a:link
Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

Example output (specificity):

| 0 | 2 | 2 |

See also: https://www.codecaptain.io/tools/css-specificity-calculator Show archive.org snapshot

Posted by Ulrich Berkmueller to makandra dev (2013-01-04 14:09)