mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:00 -04:00
20 lines
203 B
SCSS
20 lines
203 B
SCSS
@charset "UTF-8";
|
|
|
|
//
|
|
// General
|
|
//
|
|
|
|
// Variables
|
|
@import "variables/colors";
|
|
|
|
// Global
|
|
@import "global/normalize";
|
|
@import "global/utils";
|
|
|
|
//
|
|
// Local App
|
|
//
|
|
|
|
// Components
|
|
@import "components/form";
|