mediawiki-extensions-Popups/src/ui/templates
Stephen Niedzielski 44a7f643bc Hygiene: replace CSS class underscores w/ hyphens
Replace CSS slithery_snake_case with shish-kebab-case for consistency
with the rest of the codebase.

  find \
    -not '( (
      -name node_modules
      -o -name .git
      -o -name vendor
      -o -name doc
      -o -name dist
      ) -prune
    )' \
    -type f|
  xargs \
    -rd\\n \
    sed -ri 's%flipped_([xy])_([xy])%flipped-\1-\2%g; s%flipped_([xy])%flipped-\1%g'

Change-Id: I25dc0ddeda711faca9a79b5bf87d6b5aa0d5aea5
2018-04-23 16:23:17 -05:00
..
pagePreview Hygiene: split LESS into components 2018-04-03 16:37:05 -07:00
preview Hygiene: split LESS into components 2018-04-03 16:37:05 -07:00
settingsDialog Hygiene: split LESS into components 2018-04-03 16:37:05 -07:00
popup.less Hygiene: replace CSS class underscores w/ hyphens 2018-04-23 16:23:17 -05:00
templateUtil.js Hygiene: favor const 2018-03-21 10:44:24 +00:00