Sha256: f4b38050d8759f1154d16961a8f42396ee3168a849bc75339c91ceacf04e5548
Contents?: true
Size: 388 Bytes
Versions: 5
Compression:
Stored size: 388 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 Nanoc::CLI.run %w( check css ) end end end runner Nanoc::CLI::Commands::ValidateCSS
Version data entries
5 entries across 5 versions & 1 rubygems