Sha256: bec6c77d48cd72c32817a88e3859703ce0a405638b975d7a76a41362c0ff819e
Contents?: true
Size: 186 Bytes
Versions: 1
Compression:
Stored size: 186 Bytes
Contents
module Suspiciouss module Suggestions class StylingJsPrefix def parse(line) "Don't style js- prefixed selectors" if line =~ /(\.|\#)js-/ end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
suspiciouss-0.1 | lib/suspiciouss/suggestions/styling_js_prefix.rb |