summaryrefslogtreecommitdiffstats
path: root/src/components/CommentsList/CommentsList.module.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/CommentsList/CommentsList.module.scss')
-rw-r--r--src/components/CommentsList/CommentsList.module.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/CommentsList/CommentsList.module.scss b/src/components/CommentsList/CommentsList.module.scss
new file mode 100644
index 0000000..2358948
--- /dev/null
+++ b/src/components/CommentsList/CommentsList.module.scss
@@ -0,0 +1,5 @@
+@use "@styles/abstracts/placeholders";
+
+.list {
+ @extend %reset-ordered-list;
+}