source: ether_2012/web/cathy/css/blueprint-css/lib/validate.rb @ 319

Last change on this file since 319 was 319, checked in by vmipsl, 12 years ago

Import du projet Ether pour le nouveau look 2012

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.