New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blaze-css

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blaze-css - npm Package Compare versions

Comparing version 1.0.0-4 to 1.0.0-5

dist/utilities.typography.min.css

24

package.json
{
"name": "blaze-css",
"version": "1.0.0-4",
"version": "1.0.0-5",
"description": "Open Source UI Toolkit - CSS",

@@ -11,3 +11,4 @@ "main": "dist/blaze.min.css",

"scripts": {
"build": "gulp"
"build": "gulp",
"start": "gulp dev"
},

@@ -42,14 +43,15 @@ "repository": {

"devDependencies": {
"file-exists": "~5.0.0",
"file-exists": "~5.0.1",
"gulp": "~3.9.1",
"gulp-cssnano": "~2.1.2",
"gulp-header": "~1.8.9",
"gulp-connect": "^5.5.0",
"gulp-cssnano": "~2.1.3",
"gulp-header": "~2.0.5",
"gulp-options": "~1.1.1",
"gulp-rename": "~1.2.2",
"gulp-sass": "~3.1.0",
"gulp-sass-lint": "~1.3.4",
"gulp-size": "~2.1.0",
"np": "~2.17.0",
"run-sequence": "~2.2.0"
"gulp-rename": "~1.2.3",
"gulp-sass": "~4.0.1",
"gulp-sass-lint": "~1.4.0",
"gulp-size": "~3.0.0",
"np": "~2.20.0",
"run-sequence": "~2.2.1"
}
}

@@ -1,16 +0,50 @@

# <a href="https://www.blazeui.com">Blaze CSS</a>
# <a href="https://www.blazeui.com">Blaze</a>
Open Source Modular UI Toolkit - utilising BEM conventions to provide great structure for building websites quickly
:globe_with_meridians: **https://www.blazeui.com**
**https://www.blazeui.com**
<a href="https://www.npmjs.com/package/blaze"><img src="https://img.shields.io/npm/v/blaze.svgstyle=flat-square"></a>
<a href="https://www.npmjs.com/package/blaze"><img src="https://img.shields.io/npm/dm/blaze.svg?style=flat-square"></a>
<a href="https://github.com/BlazeCSS/blaze/blob/master/LICENSE"><img src="https://img.shields.io/badge/licence-MIT-000000.svg?style=flat-square"></a>
<a href="https://gitter.im/BlazeCSS/blaze"><img src="https://img.shields.io/badge/chat-on gitter-753a88.svg?style=flat-square"></a>
<a href="https://twitter.com/blazecss"><img src="https://img.shields.io/twitter/follow/blazecss.svg?style=flat-square&maxAge=2592000"></a>
<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>
<a href="https://www.stickermule.com/uk/marketplace/15481-blaze-css"><img src="https://img.shields.io/badge/blaze-stickers-e6461a.svg?style=flat-square"></a>
## Getting started
<img src="https://cdn.rawgit.com/BlazeCSS/Blaze/fac17e54/sponsors.png">
## Installing the CSS
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">
```
The `x.x.x` is the specific version of the library, you should use specifc versions to prevent against breaking changes.
### Modules
Each module is also available via CDN in-case you only want bits and pieces of Blaze and not the whole toolkit.
```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">
...etc...
```
### How to start applying styles
We've designed the toolkit not to interfere with others or your own styles, hence Blaze won't automatically do anything to your site.
The following won't change by simply linking to blaze.min.css like it would with others such as Bootstrap or Foundation:
```html
<button type="button">Button</button>
```
You need to apply our button classes:
```html
<button class="c-button" type="button">Button</button>
```
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.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc