1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Replace node-sass with dart-sass

This commit is contained in:
Timo Schwarzer
2020-06-26 12:44:41 +02:00
parent 71e7dd5894
commit 0f55d776a6
3 changed files with 10 additions and 1080 deletions

View File

@ -28,5 +28,5 @@
}
}
}
@include spacing('margin', 'm')
@include spacing('padding', 'p')
@include spacing('margin', 'm');
@include spacing('padding', 'p');