Skip to content

Commit

Permalink
style: Allow 'opacity' on ::first-letter/::first-line pseudos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats Palmgren authored and emilio committed Jun 3, 2020
1 parent 224550f commit 1fcc00a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/style/properties/data.py
Expand Up @@ -688,6 +688,7 @@ def spec(data, spec_path):
def first_letter(data):
props = set([
"color",
"opacity",
"float",
"initial-letter",

Expand Down Expand Up @@ -722,6 +723,7 @@ def first_line(data):
props = set([
# Per spec.
"color",
"opacity",

# Kinda like css-fonts?
"-moz-osx-font-smoothing",
Expand Down

0 comments on commit 1fcc00a

Please sign in to comment.