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.3 to 1.1.0

26

package.json
{
"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"
}

22

README.md

@@ -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.
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