whoops, you don't even need properties

This commit is contained in:
Owen Versteeg 2014-01-09 21:17:23 -05:00
parent fd16990396
commit 06eca35f96

View file

@ -32,6 +32,6 @@ When we say "feature complete" we mean that it includes the following features:
- A grid system
- Standardization of the look and feel of these elements across browsers
Without these restrictions on what's considered a "feature complete CSS framework" someone could make a CSS framework with the following code: `*{top:0}` and call it the world's smallest CSS framework. Of course, such a framework would be useless, so in order for a piece of CSS to be considered a "framework" it should be a little more substantial (thus meeting the requirements above.)
Without these restrictions on what's considered a "feature complete CSS framework" someone could make a CSS framework with the following code: `*{}` (the smallest piece of CSS to validate) and call it the world's smallest CSS framework. Of course, such a "framework" would literally do nothing, so in order for a piece of CSS to be considered a "framework" it should be a little more substantial (thus meeting the requirements above.)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/OwenVersteeg/min/trend.png)](https://bitdeli.com/free "Bitdeli Badge")