Browse Source

adding

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

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

@ -4,8 +4,8 @@
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<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">
<title>Crispy CSS | Lightweight SCSS Framework</title>
<meta name="description" content="Lightweight 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>
@ -22,7 +22,7 @@
<svg class="icon header__logo" alt="Crisp">
<use xlink:href="symbol-defs.svg#icon-logo" />
</svg>
Crispy 2.1.0
Crispy 2.1.2
</h1>
</a>
<h2 class="h6">


+ 2
- 2
package.json View File

@ -1,7 +1,7 @@
{
"name": "crispy-css",
"version": "2.1.1",
"description": "Flat Sass Boilerplate to give you a amount of Basic Settings, Mixins and Functions",
"version": "2.1.2",
"description": "Lightweight Framework for building Websites and Apps for Mobile, Tablet and Desktop. Minimal UI-Elements and Helpers.",
"repository": {
"type": "git",
"url": "git@gitlab.tentakelfabrik.de:tentakelfabrik/crispy.git"


Loading…
Cancel
Save