You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm not sure if this is the correct place to raise the issue so please let me know if there's somewhere better.
I'm a new Astro developer following along with your tutorial when I got to section 4 and came across the "Try it yourself" language:
Delete anything from each page that that page is no longer responsible for rendering, because it is being handled by the layout, including:
HTML elements
Components and their imports
CSS rules in a <style> tag (e.g.
in your About page)
<script> tags
The <h1> CSS rule is still present in these branches, and has no effect on the CSS of the site. Therefore, I think it should be removed from branches unit-5/start, unit-6/start, and complete.
I have a branch with this change based off unit-5/start, but I'm not sure how to contribute.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi, I'm not sure if this is the correct place to raise the issue so please let me know if there's somewhere better.
I'm a new Astro developer following along with your tutorial when I got to section 4 and came across the "Try it yourself" language:
The
<h1>
CSS rule is still present in these branches, and has no effect on the CSS of the site. Therefore, I think it should be removed from branchesunit-5/start
,unit-6/start
, andcomplete
.I have a branch with this change based off
unit-5/start
, but I'm not sure how to contribute.Thanks in advance!
The text was updated successfully, but these errors were encountered: