1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2024-11-23 00:40:10 +00:00
HackMyResume/css/main.scss

11 lines
324 B
SCSS
Raw Normal View History

2015-12-21 09:01:22 +00:00
---
# Only the main Sass file needs front matter (the dashes are enough)
---
@charset "utf-8";
$base-font: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
$title-font: 'Open Sans Condensed', $base-font;
2015-12-21 09:01:22 +00:00
// Import partials from `sass_dir` (defaults to `_sass`)
@import "minimal", "syntax-highlighting", "hmr";