source: tapas/web/resources/css/blueprint-css/lib/validate.rb @ 376

Last change on this file since 376 was 376, checked in by rboipsl, 12 years ago

Creation projet tapas

File size: 398 bytes
Line 
1#!/usr/bin/env ruby
2
3require "blueprint/blueprint"
4require "blueprint/validator"
5
6# This script will validate the core Blueprint files.
7#
8# The files are not completely valid. This has to do
9# with a small number of CSS hacks needed to ensure
10# consistent rendering across browsers.
11#
12# To add your own CSS files for validation, see
13# /lib/blueprint/validator.rb
14
15Blueprint::Validator.new.validate
Note: See TracBrowser for help on using the repository browser.