Activate SCSS library to manipulate colors

This commit is contained in:
Andrés Moya
2021-03-15 11:23:12 +01:00
parent 4b2a4c8fa3
commit 47320330ad
2 changed files with 9 additions and 3 deletions

View File

@@ -7,9 +7,15 @@
//
// Copyright (c) 2020 UXBOX Labs SL
// MAIN STYLES
//#################################################
//
// Import libraries
//#################################################
@use "sass:color";
//#################################################
// MAIN STYLES
//#################################################
@import "common/dependencies/colors";