Aditya Patel
AAlokai
•Created by Jaap on 8/24/2023 in #🙋|general-help
SFUI Figma merge
Unfortunately Figma does not have a automated merge function like Git does for your code. It’s going to be a manual migration of bringing the new components to your file
2 replies
AAlokai
•Created by Nikita on 12/18/2023 in #🙋|general-help
VSF 1 scss media mixin
This practice ensures that your page always has some rule applied to it that’s better than just the normal block layout of browsers.
3 replies
AAlokai
•Created by Nikita on 12/18/2023 in #🙋|general-help
VSF 1 scss media mixin
Good CSS practice is to always have a base rule and then override it by use case. In this scenario, if your mobile styling is also the styling you’d want to apply if not extra conditions are applied, it should be your base style (without mobile selector). Then the desktop mixin is there to come into effect specifically when that selector is valid
3 replies