feat(css): ship scss files used to pre-compile CSS (#500)

This commit is contained in:
Eric Liu 2021-01-28 10:50:56 -08:00 committed by GitHub
commit e45d65c71e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 168 additions and 104 deletions

2
.gitignore vendored
View file

@ -1,7 +1,7 @@
/coverage
/lib
/node_modules
/css
/css/*.css
.DS_Store
yarn-debug.log*
yarn-error.log*