Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "blaze-css", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "Open Source UI Toolkit - CSS", | ||
"main": "dist/blaze.min.css", | ||
"files": [ | ||
"dist", | ||
"src" | ||
"dist/" | ||
], | ||
"scripts": { | ||
"build": "gulp", | ||
"start": "gulp dev" | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
@@ -40,17 +38,3 @@ "repository": { | ||
}, | ||
"homepage": "https://www.blazeui.com", | ||
"devDependencies": { | ||
"file-exists": "~5.0.1", | ||
"gulp": "~3.9.1", | ||
"gulp-connect": "^5.5.0", | ||
"gulp-cssnano": "~2.1.3", | ||
"gulp-header": "~2.0.5", | ||
"gulp-options": "~1.1.1", | ||
"gulp-rename": "~1.3.0", | ||
"gulp-sass": "~4.0.1", | ||
"gulp-sass-lint": "~1.4.0", | ||
"gulp-size": "~3.0.0", | ||
"np": "~3.0.4", | ||
"run-sequence": "~2.2.1" | ||
} | ||
"homepage": "https://www.blazeui.com" | ||
} |
@@ -1,2 +0,2 @@ | ||
# <a href="https://www.blazeui.com">Blaze</a> | ||
# <a href="https://www.blazeui.com">Blaze CSS</a> | ||
@@ -7,10 +7,2 @@ Open Source Modular UI Toolkit - utilising BEM conventions to provide great structure for building websites quickly | ||
<a href="https://www.npmjs.com/package/blaze-css"><img src="https://img.shields.io/npm/v/blaze-css.svg?style=for-the-badge"></a> | ||
<a href="https://www.npmjs.com/package/blaze-css"><img src="https://img.shields.io/npm/dm/blaze-css.svg?style=for-the-badge"></a> | ||
<a href="https://github.com/BlazeUI/blaze/blob/master/LICENSE"><img src="https://img.shields.io/badge/licence-MIT-000000.svg?style=for-the-badge"></a> | ||
<a href="https://twitter.com/blaze_ui"><img src="https://img.shields.io/twitter/follow/blaze_ui.svg?style=for-the-badge"></a> | ||
## Getting started | ||
## Installing the CSS | ||
@@ -20,3 +12,3 @@ The easiest way to use the toolkit is via CDN. | ||
```html | ||
<link rel="stylesheet" href="https://unpkg.com/blaze@x.x.x/scss/dist/blaze.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/blaze-css@x.x.x/dist/blaze.min.css"> | ||
``` | ||
@@ -30,6 +22,6 @@ | ||
```html | ||
<link rel="stylesheet" href="https://unpkg.com/blaze/scss/dist/generics.global.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/blaze/scss/dist/objects.grid.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/blaze/scss/dist/components.typography.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/blaze/scss/dist/components.buttons.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/blaze-css@x.x.x/dist/generics.global.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/blaze-css@x.x.x/dist/objects.grid.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/blaze-css@x.x.x/dist/utilities.typography.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/blaze-css@x.x.x/dist/components.buttons.min.css"> | ||
...etc... | ||
@@ -53,2 +45,2 @@ ``` | ||
This means you have to add classes to each part of your site where you want Blaze to apply. Take a look at the documentation for our objects, components, typography etc. and you'll see how intuitive it is to use. | ||
This means you have to add classes to each part of your site where you want Blaze to apply. Take a look at the documentation for our objects, components, typography etc. and you'll see how intuitive it is to use. |
0
201665
44
42