We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6ccf1 commit 8019e9dCopy full SHA for 8019e9d
META6.json
@@ -19,5 +19,5 @@
19
"CSS::Grammar::Test": "lib/CSS/Grammar/Test.rakumod"
20
},
21
"source-url": "git://github.com/css-raku/CSS-Grammar-raku.git",
22
- "version": "0.3.4"
+ "version": "0.3.5"
23
}
lib/CSS/Grammar.rakumod
@@ -3,7 +3,7 @@ use v6;
3
grammar CSS::Grammar::Core{...}
4
5
# based on http://www.w3.org/TR/2011/REC-CSS2-20110607
6
-grammar CSS::Grammar:ver<0.3.4> {
+grammar CSS::Grammar:ver<0.3.5> {
7
8
# abstract base grammar for CSS instance grammars:
9
# CSS::Grammar::CSS1 - CSS level 1
0 commit comments