1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 19:05:32 -04:00

lint all of the things

stylelint, markdownlint, linkinator
This commit is contained in:
2020-01-08 10:17:55 -05:00
parent e8569ee535
commit 892cd20c40
15 changed files with 130 additions and 49 deletions

View File

@@ -20,9 +20,9 @@
font-style: $style;
font-weight: $weight;
font-display: $display;
src: local('#{$src-local}'), local('#{$src-local-alt}'),
url('#{$src}.woff2') format('woff2'),
url('#{$src}.woff') format('woff');
src: local("#{$src-local}"), local("#{$src-local-alt}"),
url("#{$src}.woff2") format("woff2"),
url("#{$src}.woff") format("woff");
// url('#{$src}.ttf') format('truetype'),
// url('#{$src}.eot') format('embedded-opentype');
}