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 9fc37d9 commit 04f0404Copy full SHA for 04f0404
Changes
@@ -1,6 +1,6 @@
1
{{$NEXT}}
2
3
-0.6.6 2025-01-21T12:29:37+13:00
+0.6.7 2025-01-21T12:31:26+13:00
4
Update to CSS::Grammar 0.3.12, which:
5
- Replaces CSS::Specification::AST with CSS::Grammar::AST
6
- Defines resolution units for us.
META6.json
@@ -68,5 +68,5 @@
68
],
69
"test-depends": [
70
71
- "version": "0.6.6"
+ "version": "0.6.7"
72
}
lib/CSS/Module.rakumod
@@ -1,7 +1,7 @@
use v6;
use CSS::Grammar;
-class CSS::Module:ver<0.6.6> {
+class CSS::Module:ver<0.6.7> {
#= a lightweight class for bundling resources associated with a particular CSS Syntax
use CSS::Module::Property;
7
has $.name;
0 commit comments