From 875f177e4a9c7d83d0e2a6140e626678fcad3702 Mon Sep 17 00:00:00 2001
From: Narendra Dhangar <161828345+narendra-dhangar@users.noreply.github.com>
Date: Fri, 3 Oct 2025 08:22:30 +0530
Subject: [PATCH] Fix: bug
---
docs/css/introduction/comments-in-css.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/css/introduction/comments-in-css.md b/docs/css/introduction/comments-in-css.md
index 2c4c81e..cdd0b69 100644
--- a/docs/css/introduction/comments-in-css.md
+++ b/docs/css/introduction/comments-in-css.md
@@ -32,11 +32,13 @@ keywords:
css tutorial for beginners 2025,
css tutorial for learning,
]
+hide_table_of_contents: true
---
In this tutorial, you will learn how to add comments to your CSS code to make it more readable and maintainable. Comments are used to explain the purpose of the code, provide context, and make it easier for other developers (or your future self) to understand and modify the code.
+
## Comments in CSS
@@ -81,6 +83,7 @@ Comments are an essential part of writing clean and maintainable code. Here are
By adding comments to your CSS code, you can make it more readable, maintainable, and understandable for yourself and other developers. Comments are a powerful tool for documenting your code and ensuring its quality and longevity.
+
## For example
@@ -127,4 +130,4 @@ Now that you have learned how to add comments to your CSS code, you can start us
## Conclusion
-In this tutorial, you learned how to add comments to your CSS code to make it more readable and maintainable. Comments are an essential part of writing clean and professional CSS code, and they help explain the purpose of the code, provide context, and improve readability. By using comments in your CSS stylesheets, you can enhance the quality and maintainability of your code and make it easier for other developers to understand and modify.
\ No newline at end of file
+In this tutorial, you learned how to add comments to your CSS code to make it more readable and maintainable. Comments are an essential part of writing clean and professional CSS code, and they help explain the purpose of the code, provide context, and improve readability. By using comments in your CSS stylesheets, you can enhance the quality and maintainability of your code and make it easier for other developers to understand and modify.