Sha256: 45970232f9981de4b29afd5c0a5c494d9044b110a89676c41dcca293d0f07726

Contents?: true

Size: 1.05 KB

Versions: 7

Compression:

Stored size: 1.05 KB

Contents

*
A
[foo]
[foo="bar"]
[foo~="bar"]
[hreflang|="en"]
[foo^="bar"]
[foo$="bar"]
[foo*="bar"]
:first-child
:root
:nth-child(n)
:nth-last-child(n)
:nth-of-type(n)
:nth-last-of-type(n)
:last-child
:first-of-type
:last-of-type
:only-child
:only-of-type
:empty
:link
:visited
:active
:hover
:focus
:lang(fr)
:target
:disabled
:enabled
:checked
::first-line
::first-letter
::before
::after
::selection
.warning
#myid
#myid
* B
* > B
* + B
* ~ B
:not(B)
:not(*)
:not([foo])
:not([foo="bar"])
:not([foo~="bar"])
:not([hreflang|="en"])
:not([foo^="bar"])
:not([foo$="bar"])
:not([foo*="bar"])
:not(:first-child)
:not(:root)
:not(:nth-child(n))
:not(:nth-last-child(n))
:not(:nth-of-type(n))
:not(:nth-last-of-type(n))
:not(:last-child)
:not(:first-of-type)
:not(:last-of-type)
:not(:only-child)
:not(:only-of-type)
:not(:empty)
:not(:link)
:not(:visited)
:not(:active)
:not(:hover)
:not(:focus)
:not(:lang(fr))
:not(:target)
:not(:disabled)
:not(:enabled)
:not(:checked)
:not(::first-line)
:not(::first-letter)
:not(::before)
:not(::after)
:not(::selection)
:not(.warning)
:not(#myid)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
lsd_rails-0.1.6 Packages/slick/speed/slickspeed/selectors.list.extended.css
lsd_rails-0.1.5 Packages/slick/speed/slickspeed/selectors.list.extended.css
lsd_rails-0.1.4 Packages/slick/speed/slickspeed/selectors.list.extended.css
lsd_rails-0.1.3 Packages/slick/speed/slickspeed/selectors.list.extended.css
lsd_rails-0.1.2 Packages/slick/speed/slickspeed/selectors.list.extended.css
lsd_rails-0.1.1 Packages/slick/speed/slickspeed/selectors.list.extended.css
lsd_rails-0.1 Packages/slick/speed/slickspeed/selectors.list.extended.css