blueprint-css
Advanced tools
Comparing version 1.0.3 to 1.1.3
@@ -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 |
@@ -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 @@ | ||
[](https://badge.fury.io/js/blueprint-css) | ||
# Blueprint CSS | ||
Responsive CSS Layout Flexbox Grid | ||
# Blueprint CSS | ||
Responsive CSS Flexbox Grid | ||
[](https://badge.fury.io/js/blueprint-css) [](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
627
23
54193
14