flexboxgrid
Advanced tools
Comparing version 3.0.1 to 4.0.0
@@ -5,3 +5,3 @@ /*global module:false*/ | ||
grunt.initConfig({ | ||
autoprefixer: { | ||
myth: { | ||
compile: { | ||
@@ -82,3 +82,3 @@ expand: true, | ||
// These plugins provide necessary tasks. | ||
grunt.loadNpmTasks('grunt-autoprefixer'); | ||
grunt.loadNpmTasks('grunt-myth'); | ||
grunt.loadNpmTasks('grunt-contrib-cssmin'); | ||
@@ -93,3 +93,3 @@ grunt.loadNpmTasks('grunt-contrib-uglify'); | ||
['cssmin:concat', | ||
'autoprefixer', | ||
'myth', | ||
'cssmin:minify', | ||
@@ -96,0 +96,0 @@ 'uglify', |
{ | ||
"name": "flexboxgrid", | ||
"version": "3.0.1", | ||
"version": "4.0.0", | ||
"description": "Grid based off of CSS3 flexbox specification", | ||
@@ -14,2 +14,3 @@ "style": "css/flexboxgrid.css", | ||
"keywords": [ | ||
"browser", | ||
"flexbox", | ||
@@ -27,9 +28,10 @@ "grid", | ||
"grunt": "~0.4.2", | ||
"grunt-autoprefixer": "^0.7.2", | ||
"grunt-contrib-cssmin": "^0.7.0", | ||
"grunt-contrib-htmlmin": "^0.1.3", | ||
"grunt-contrib-uglify": "^0.2.7", | ||
"grunt-contrib-watch": "^0.5.3", | ||
"grunt-processhtml": "^0.2.9", | ||
"grunt-contrib-htmlmin": "^0.1.3", | ||
"grunt-autoprefixer": "^0.7.2" | ||
"grunt-myth": "^0.3.1", | ||
"grunt-processhtml": "^0.2.9" | ||
} | ||
} |
@@ -13,2 +13,7 @@ Flexbox Grid | ||
### cdn | ||
``` | ||
<link rel="stylesheet" href="//cdn.jsdelivr.net/flexboxgrid/3.0.1/flexboxgrid.min.css" type="text/css" /> | ||
``` | ||
### css | ||
@@ -21,3 +26,3 @@ * [Development](https://raw.githubusercontent.com/kristoferjoseph/flexboxgrid/master/css/flexboxgrid.css) | ||
``` | ||
<link rel="stylesheet" href="css/flexbox.min.css" media="screen" /> | ||
<link rel="stylesheet" href="css/flexbox.min.css" type="text/css" /> | ||
``` | ||
@@ -24,0 +29,0 @@ Inspiration |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
217393
23
4802
35
8