🔥 Remove no used code.

This commit is contained in:
凡梦星尘 2022-10-09 21:54:02 +08:00
parent 989e2c43dc
commit e4cb4f0188

View File

@ -1,6 +1,6 @@
@mixin mobile-smallest() {
@media (max-width: 413px) {
@content;;
@content;
}
}