From 081e7c4d5bfd6fb4794d897dbaac540c79de90ba Mon Sep 17 00:00:00 2001 From: Jacob Rask Date: Tue, 5 Jul 2011 16:11:35 +0200 Subject: [PATCH] Update readme with further instructions --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 385f5a7..aef7526 100644 --- a/README +++ b/README @@ -5,3 +5,13 @@ Fork to participate! Available at http://css1k.com News at http://twitter.com/css1k + +If you want to make life easier for me, please follow these guidelines: + + * Submit one easily readable main CSS file with all necessary vendor prefixes included + * Also submit one minified version of the same file, with only the non prefixed properties included. This is the file that needs to be 1024 bytes or less. + * Add a link to your stylesheet in index.html + +You should be able to figure it out by looking at the current examples. + +Thanks!