Skip to content

Commit efcf8cb

Browse files
committed
Move doco links to GitHub pages
1 parent 4045ac9 commit efcf8cb

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[[Raku CSS Project]](https://css-raku.github.io)
2+
/ [[CSS-Grammar Module]](https://css-raku.github.io/CSS-Grammar-raku)
3+
14
CSS-Grammar-raku
25
=================
36

@@ -64,11 +67,11 @@ To try parsing some content:
6467

6568
See Also
6669
--------
67-
- [CSS::Properties](https://github.com/css-raku/CSS-Properties-raku) CSS Propery-list manipulation library.
68-
- [CSS](https://github.com/css-raku/CSS-raku) CSS Stylesheets and processing.
69-
- [CSS::Module::CSS3::Selectors](https://github.com/css-raku/CSS-Module-CSS3-Selectors-raku) extends CSS::Grammar::CSS3 to fully implement CSS Level 3 Selectors.
70-
- [CSS::Module](https://github.com/css-raku/CSS-Module-raku) further extends CSS::Grammar levels 1, 2.1 and 3. It understands named colors and is able to perform property-specific parsing and validation.
71-
- [CSS::Writer](https://github.com/css-raku/CSS-Writer-raku) - AST reserializer
70+
- [CSS::Properties](https://css-raku.github.io/CSS-Properties-raku) CSS Propery-list manipulation library.
71+
- [CSS](https://css-raku.github.io/CSS-raku) CSS Stylesheets and processing.
72+
- [CSS::Module::CSS3::Selectors](https://css-raku.github.io/CSS-Module-CSS3-Selectors-raku) extends CSS::Grammar::CSS3 to fully implement CSS Level 3 Selectors.
73+
- [CSS::Module](https://css-raku.github.io/CSS-Module-raku) further extends CSS::Grammar levels 1, 2.1 and 3. It understands named colors and is able to perform property-specific parsing and validation.
74+
- [CSS::Writer](https://css-raku.github.io/CSS-Writer-raku) - AST reserializer
7275
- [CSSGrammar.pm](https://github.com/Raku/examples/blob/master/categories/parsers/CSSGrammar.pm) from [Raku/examples](https://github.com/Raku/examples) gives an introductory Raku grammar for CSS 2.1.
7376

7477
References

0 commit comments

Comments
 (0)