Add assets

This commit is contained in:
Andros Fenollosa
2023-07-24 09:32:14 +02:00
parent ca80c1cf31
commit 4569bd741c
25 changed files with 581 additions and 0 deletions

View File

@ -0,0 +1,3 @@
// -----------------------------------------------------------------------------
// This file contains all application-wide Sass mixins.
// -----------------------------------------------------------------------------

View File

@ -0,0 +1,14 @@
// -----------------------------------------------------------------------------
// This file contains all application-wide Sass variables.
// -----------------------------------------------------------------------------
// Sizes
/// @type Length
$max-width: 1180px !default
/// Breakpoints map
$breakpoints: ("small": 320px, "medium": 768px, "large": 1024px) !default
// @media all and (min-width: map-get($breakpoints, 'medium'))
// Colours
$color-black: #000
$color-white: #fff