# File lib/nanoc/cli/commands/validate-css.rb, line 16 def run warn "The `validate-css` command is deprecated. Please use the new `check` command instead." Nanoc::CLI.run %w( check css ) end