Browse Source

adding

master
Björn 4 years ago
parent
commit
c946e86d73
2 changed files with 3 additions and 4 deletions
  1. +2
    -3
      dist/example/index.html
  2. +1
    -1
      package.json

+ 2
- 3
dist/example/index.html View File

@ -4,9 +4,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Crispy | Lightweight SASS / CSS Framework</title>
<meta name="description" content="">
<title>Crispy | Lightweight CSS / SCSS Framework</title>
<meta name="description" content="Framework for building Websites and Apps for Mobile, Tablet and Desktop. Minimal UI-Elements and Helpers">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>


+ 1
- 1
package.json View File

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


Loading…
Cancel
Save