Added compiled Sass file

This commit is contained in:
ポール ウェッブ 2019-03-05 15:11:05 -06:00
parent 3cd08a1faa
commit 85a5be5635
4 changed files with 5 additions and 5 deletions

2
dist/index.css vendored

File diff suppressed because one or more lines are too long

2
dist/index.css.map vendored

File diff suppressed because one or more lines are too long

View file

@ -6,8 +6,8 @@
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"/> <link rel="stylesheet" href="https://rsms.me/inter/inter.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@master/distr/fira_code.css"/> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@master/distr/fira_code.css"/>
<link rel="stylesheet" href="../dist/index.css"/> <!-- <link rel="stylesheet" href="../dist/index.css"/> -->
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lbryio/components@master/dist/index.css"/> --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lbryio/components@master/dist/index.css"/>
<style> <style>
body { body {

View file

@ -22,7 +22,7 @@
"homepage": "https://github.com/lbryio/components#readme", "homepage": "https://github.com/lbryio/components#readme",
"husky": { "husky": {
"hooks": { "hooks": {
"pre-commit": "npm run test:sass && npm run sass:prod" "pre-commit": "npm run test:sass && npm run sass:prod && git add -A :/"
} }
}, },
"license": "BSD-3-Clause", "license": "BSD-3-Clause",