Rename blog* to article* (breaking change!)
Since these styles and templates can be used not only for blogs but for anything, more correct naming makes sense, at cost of a breaking change...
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
.blog-list {
|
||||
#article-list {
|
||||
article {
|
||||
position: relative;
|
||||
|
@ -9,7 +9,7 @@
|
||||
@use "variables";
|
||||
@use "main";
|
||||
|
||||
@use "blog-list";
|
||||
@use "article-list";
|
||||
@use "buttons";
|
||||
@use "comments";
|
||||
@use "crt";
|
||||
|
Reference in New Issue
Block a user