1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-06-29 22:45:58 -04:00

split up SCSS files

This commit is contained in:
2019-10-08 09:28:53 -04:00
parent b93a975f27
commit 6aa688c62e
15 changed files with 719 additions and 690 deletions
+21
View File
@@ -0,0 +1,21 @@
@charset "UTF-8";
/*! Compiled CSS from SASS: https://git.io/JeC7I */
// Variables & Functions
@import 'abstracts/variables';
@import 'abstracts/functions';
// Global Styles
@import 'pages/global';
// Pages
@import 'pages/home';
@import 'pages/notes';
// Responsive Pages
@import 'pages/responsive/global';
// Miscellaneous
@import 'components/syntax';
@import 'components/wave';