whoops, you don't even need properties
This commit is contained in:
parent
fd16990396
commit
06eca35f96
1 changed files with 1 additions and 1 deletions
|
@ -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.)
|
||||
|
||||
[](https://bitdeli.com/free "Bitdeli Badge")
|
||||
|
|
Loading…
Add table
Reference in a new issue