Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Apr 4, 2024
1 parent daf6272 commit 13a5422
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/core/demo/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
Expand Down
3 changes: 1 addition & 2 deletions packages/core/styles/layout/spacing.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@

@each $type in (margin, padding) {
@each $size, $value in (none, xs, sm, md, lg, xl),
(0, 0.25rem, 0.5rem, 1rem, 2rem, 5rem)
{
(0, 0.25rem, 0.5rem, 1rem, 2rem, 5rem) {
.$(type)--$(size) {
$(type): $(value) !important;
}
Expand Down
2 changes: 1 addition & 1 deletion website/src/remark/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ module.exports = function plugin() {
});
};
return transformer;
};
};

0 comments on commit 13a5422

Please sign in to comment.