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

Move to sass @use

This commit is contained in:
Chocobozzz 2021-05-27 17:45:36 +02:00
parent e2e0b645cd
commit fa12eacc01
No known key found for this signature in database
GPG key ID: 583A612D890159BE
160 changed files with 397 additions and 398 deletions

View file

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