Skip to content

Commit

Permalink
work-around RT131919 closes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Sep 3, 2018
1 parent c437960 commit f5dc607
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/CSS/Module/CSS3/Fonts/AtFontFace.pm
Expand Up @@ -28,6 +28,6 @@ grammar CSS::Module::CSS3::Fonts::AtFontFace
# @font-face declarations

# ---- Functions ----
rule format {:i('format')'(' [ <string> | <keyw> || <any-args> ] ')'}
rule local {:i('local')'(' [ <font-face-name> || <any-args> ] ')'}
rule format {:i ('format')'(' [ <string> | <keyw> || <any-args> ] ')'}
rule local {:i ('local')'(' [ <font-face-name> || <any-args> ] ')'}
}
3 changes: 1 addition & 2 deletions make-modules.pl
@@ -1,7 +1,6 @@
use v6;

use CSS::Specification::Build;
use CSS::Module;
use CSS::Module::CSS3;
use CSS::Module::CSS3::Fonts::AtFontFace;

Expand All @@ -12,7 +11,7 @@
indir $where, {

my %props;
my $actions = CSS::Module::CSS3::Actions.new;
my CSS::Module::CSS3::Actions $actions .= new;

for (:CSS1[<etc css1-properties.txt> => <CSS1>],
:CSS21[<etc css21-properties.txt> => <CSS21>],
Expand Down

0 comments on commit f5dc607

Please sign in to comment.