Sha256: e77760972af11f21c32d74030f11f36b04d1a2ab882126f3989e1df47fd6569f

Contents?: true

Size: 880 Bytes

Versions: 2

Compression:

Stored size: 880 Bytes

Contents

a:lang(en):after	input.css	/^a:lang(en):after { content: "[en]" }$/;"	s
body :not(span)	input.css	/^body :not(span) { color: green; }$/;"	s
span:not(:first-child)	input.css	/^span:not(:first-child) { color: red; }$/;"	s
span:nth-child(-n+3)	input.css	/^span:nth-child(-n+3) { color: lime; }$/;"	s
span:nth-child(0n+1)	input.css	/^span:nth-child(0n+1) { color: lime; }$/;"	s
span:nth-child(1)	input.css	/^span:nth-child(1) { color: lime; }$/;"	s
tr:nth-child(10n+0)	input.css	/^tr:nth-child(10n+0) { background-color: gray }$/;"	s
tr:nth-child(2n)	input.css	/^tr:nth-child(2n) { background-color: light-gray }$/;"	s
tr:nth-child(2n+1)	input.css	/^tr:nth-child(2n+1) { background-color: light-gray }$/;"	s
tr:nth-child(even)	input.css	/^tr:nth-child(even) { background-color: light-gray }$/;"	s
tr:nth-child(odd)	input.css	/^tr:nth-child(odd) { background-color: light-gray }$/;"	s

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ctags.rb-1.1.4 ext/vendor/ctags/Units/parser-css.r/css-pseudo-classes.d/expected.tags
ctags.rb-1.1.3 ext/vendor/ctags/Units/parser-css.r/css-pseudo-classes.d/expected.tags