1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Move to sass module

This commit is contained in:
Chocobozzz 2021-05-27 18:25:00 +02:00
parent fa12eacc01
commit 8cbc40b2fe
No known key found for this signature in database
GPG key ID: 583A612D890159BE
170 changed files with 426 additions and 427 deletions

View file

@ -1,5 +1,5 @@
@use '_variables';
@use '_mixins';
@use '_variables' as *;
@use '_mixins' as *;
input {
@include peertube-input-text(auto);