diff options
Diffstat (limited to 'src/components/PostFooter/PostFooter.module.scss')
| -rw-r--r-- | src/components/PostFooter/PostFooter.module.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/PostFooter/PostFooter.module.scss b/src/components/PostFooter/PostFooter.module.scss new file mode 100644 index 0000000..e80f5ed --- /dev/null +++ b/src/components/PostFooter/PostFooter.module.scss @@ -0,0 +1,5 @@ +@use "@styles/abstracts/placeholders"; + +.list { + @extend %flex-list; +} |
