Sha256: c58518f985dc6a9e8a598242734dccc1e7ce9cb78854f2adb0e5d707f0eb7d16
Contents?: true
Size: 487 Bytes
Versions: 6
Compression:
Stored size: 487 Bytes
Contents
# encoding: utf-8 usage 'validate-css [options]' aliases :validate_css, :vcss summary 'validate the site’s CSS' be_hidden description <<-EOS Validates the site’s CSS files. EOS module Nanoc::CLI::Commands class ValidateCSS < ::Nanoc::CLI::CommandRunner def run warn "The `validate-css` command is deprecated. Please use the new `check` command instead." Nanoc::CLI.run %w( check css ) end end end runner Nanoc::CLI::Commands::ValidateCSS
Version data entries
6 entries across 6 versions & 1 rubygems