Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Added min-content
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Mar 16, 2013
1 parent ae9c3e2 commit 9316021
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
5 changes: 4 additions & 1 deletion prefixfree.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ functions['repeating-radial-gradient'] =
functions['radial-gradient'] =
functions['linear-gradient'];

// Note: The properties assigned are just to *test* support.
// The keywords will be prefixed everywhere.
var keywords = {
'initial': 'color',
'zoom-in': 'cursor',
Expand All @@ -385,7 +387,8 @@ var keywords = {
'flex': 'display',
'inline-flex': 'display',
'grid': 'display',
'inline-grid': 'display'
'inline-grid': 'display',
'min-content': 'width'
};

self.functions = [];
Expand Down
14 changes: 1 addition & 13 deletions prefixfree.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9316021

Please sign in to comment.