Sha256: 8f5f8e02205dcdaabb98958819bb38813750192bc569cf3c76c3600b04b92f01
Contents?: true
Size: 480 Bytes
Versions: 8
Compression:
Stored size: 480 Bytes
Contents
# encoding: utf-8 usage 'validate-css [options]' aliases :validate_css, :vcss summary 'validate the site’s CSS' be_hidden description " Validates the site’s CSS files. " 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
8 entries across 8 versions & 1 rubygems