summaryrefslogtreecommitdiffstats
path: root/assets/css/scopes/_body.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/scopes/_body.scss')
-rw-r--r--assets/css/scopes/_body.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/assets/css/scopes/_body.scss b/assets/css/scopes/_body.scss
deleted file mode 100644
index 1c76843..0000000
--- a/assets/css/scopes/_body.scss
+++ /dev/null
@@ -1,10 +0,0 @@
1@use 'iro-sass/src/index' as iro;
2@use 'iro-design/src/functions' as fn;
3
4@include iro.props-namespace('body') {
5 @include iro.bem-scope(iro.props-namespace()) {
6 > :first-child {
7 margin-top: 0;
8 }
9 }
10}