Browse Source

change readme

master
HerrHase 6 years ago
parent
commit
c4f4d32333
4 changed files with 4 additions and 5 deletions
  1. +1
    -2
      README.md
  2. +1
    -1
      dist/css/styles.css
  3. +1
    -1
      package-lock.json
  4. +1
    -1
      package.json

+ 1
- 2
README.md View File

@ -9,7 +9,6 @@ performance and raise the propability of errors.
Crispy Boilerplate uses also the following libraries:
* normalize.css / [https://necolas.github.io/normalize.css/](https://necolas.github.io/normalize.css/)
* reflex-grid / [http://reflexgrid.com/docs/](http://reflexgrid.com/docs/)
* opt / [https://octicons.github.com](https://octicons.github.com)
[Documentation](https://crispy-boilerplate.org)
@ -57,7 +56,7 @@ To overwrite defaults simple add your own config-file before importing crispy:
### Example
You find an example in "/src/example", this is this documentation. In the given example there are additional directories. These ones are part of a structure which might be helpful for you.
You find an example in "/src/example", this is this documentation. In the given example there are additional directories. These ones are part of a structure which might be helpful for you.
#### Site


+ 1
- 1
dist/css/styles.css
File diff suppressed because it is too large
View File


+ 1
- 1
package-lock.json View File

@ -1,6 +1,6 @@
{
"name": "crispy-boilerplate",
"version": "0.9.9",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {


+ 1
- 1
package.json View File

@ -1,6 +1,6 @@
{
"name": "crispy-boilerplate",
"version": "0.9.9",
"version": "1.0.0",
"description": "Flat Sass Boilerplate to give you a amount of Basic Settings, Mixins and Functions",
"repository": {
"type": "git",


Loading…
Cancel
Save