mirror of
https://github.com/certd/certd.git
synced 2026-05-18 14:27:36 +08:00
chore: code format
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
@forward './constants';
|
||||
@forward "./constants";
|
||||
|
||||
@mixin b($block) {
|
||||
$B: $namespace + '-' + $block !global;
|
||||
$B: $namespace + "-" + $block !global;
|
||||
|
||||
.#{$B} {
|
||||
@content;
|
||||
|
||||
Reference in New Issue
Block a user