Merge branch 'standards' into develop

This commit is contained in:
rhyneav 2018-03-22 18:39:40 -04:00
commit c460eff099
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,6 @@
Copyright 2017 Rhyne Vlaservich <rhyneav@gmail.com>
## ISC Licence
Copyright (c) 20172018, Rhyne Vlaservich <rhyneav@gmail.com>
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

View file

@ -42,7 +42,7 @@ There are several options available:
We provide compiled CSS (`paper.css`) as well as minified CSS (`paper.min.css`).
You can choose which components you may want to use. Only the components that get imported in `src/styles.scss` will be compoiled into `dist/paper.css`.
You can choose which components you may want to use. Only the components that get imported in `src/styles.scss` will be compiled into `dist/paper.css`.
You can also play with original, source files, written in SCSS, in `src/`.