Skip to content

Commit

Permalink
Merge pull request #243 from wbamberg/only-one-group
Browse files Browse the repository at this point in the history
Make standard CSS properties only belong to one group
  • Loading branch information
wbamberg committed Jun 6, 2018
2 parents 627b202 + 8ef08a2 commit 0e7d619
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions css/properties.json
Expand Up @@ -3295,9 +3295,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Columns",
"CSS Fragmentation",
"CSS Regions"
"CSS Fragmentation"
],
"initial": "auto",
"appliesto": "blockLevelElements",
Expand All @@ -3312,9 +3310,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Columns",
"CSS Fragmentation",
"CSS Regions"
"CSS Fragmentation"
],
"initial": "auto",
"appliesto": "blockLevelElements",
Expand All @@ -3329,9 +3325,7 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Columns",
"CSS Fragmentation",
"CSS Regions"
"CSS Fragmentation"
],
"initial": "auto",
"appliesto": "blockLevelElements",
Expand Down Expand Up @@ -3486,7 +3480,6 @@
"animationType": "lpc",
"percentages": "referToDimensionOfContentArea",
"groups": [
"CSS Columns",
"CSS Box Alignment"
],
"initial": "normal",
Expand Down Expand Up @@ -5929,7 +5922,6 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Columns",
"CSS Fragmentation"
],
"initial": "2",
Expand Down Expand Up @@ -7510,7 +7502,6 @@
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Columns",
"CSS Fragmentation"
],
"initial": "2",
Expand Down

0 comments on commit 0e7d619

Please sign in to comment.