mirror of
https://github.com/spark-store-project/spark-store-abyss
synced 2026-06-22 07:54:16 +08:00
feat: footer 响应式设计
This commit is contained in:
@@ -123,3 +123,11 @@
|
||||
"sideways-lr"
|
||||
);
|
||||
}
|
||||
|
||||
@utility counter-reset-* {
|
||||
counter-reset: --value([ *]);
|
||||
}
|
||||
|
||||
@utility counter-increment-* {
|
||||
counter-increment: --value([ *]) 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user