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

blueprint-css

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blueprint-css - npm Package Compare versions

Comparing version 1.0.3 to 1.1.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

#1.1.3
###Features
- Added `.flex`, `.flex-fit`, and `.flex-fill` util classes
#1.0.3 Rerelease Blueprint css

@@ -2,0 +6,0 @@ - Rebranded & migrated to Blueprint CSS

4

gulpfile.js

@@ -20,3 +20,3 @@ 'use strict';

gulp.task('_build.site', () => {
return gulp.src('src/site.scss')
return gulp.src('site/site.scss')
.pipe(sass({ outputStyle: 'compressed' }))

@@ -58,3 +58,3 @@ .on('error', swallowError)

gulp.watch('./src/**/*.scss', ['build']);
gulp.watch('./assets/**/*.scss', ['build']);
gulp.watch('./site/**/*.scss', ['build']);
});

@@ -61,0 +61,0 @@

{
"name": "blueprint-css",
"version": "1.0.3",
"version": "1.1.3",
"description": "Blueprint CSS, Responsive CSS Flexbox Grid",

@@ -5,0 +5,0 @@ "main": "gulpfile.js",

@@ -1,9 +0,10 @@

[![npm version](https://badge.fury.io/js/blueprint-css.svg)](https://badge.fury.io/js/blueprint-css)
# Blueprint CSS
Responsive CSS Layout Flexbox Grid
# Blueprint CSS
Responsive CSS Flexbox Grid
[![npm version](https://badge.fury.io/js/blueprint-css.svg)](https://badge.fury.io/js/blueprint-css) [![Join the chat at https://gitter.im/blueprint-css/Lobby](https://badges.gitter.im/blueprint-css/Lobby.svg)](https://gitter.im/blueprint-css/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
<img src="https://blueprintcss.io/assets/images/icon.png" alt="Core Flex Grid" style="width: 100%; max-width: 120px;" />
Blueprint CSS is a modern responsive mobile first grid built on top of Flexbox.
Blueprint CSS is a modern responsive layout library & grid built on top of Flexbox.
Blueprint CSS is lightweight weighing at only 2kb minified and gziped.

@@ -20,3 +21,3 @@ IE10+ [support](https://blueprintcss.io/#bowser-support).

## Extensions
Blueprint CSS also has a VSCode snippets extension to make grids even easier. Download from the <a href="https://marketplace.visualstudio.com/items?itemName=coryrylan.blueprintcss"
target="_blank">VSCode Extension Library</a>.
Blueprint CSS also has a VSCode snippets extension to make grids even easier.
Download from the <a href="https://marketplace.visualstudio.com/items?itemName=coryrylan.blueprintcss"Ï target="_blank">VSCode Extension Library</a>.

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