]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/sass/class-helpers/_custom-bootstrap-helpers.scss
Remove empty sass files
[github/Chocobozzz/PeerTube.git] / client / src / sass / class-helpers / _custom-bootstrap-helpers.scss
CommitLineData
27f84cc3
W
1@use '_variables' as *;
2@use '_mixins' as *;
3
4// Font sizes
5
178af31c 6.fs-5-5 {
27f84cc3 7 @include font-size(1.125rem);
27f84cc3 8}