Update Tachyons to latest - 4.9.1

Fixes #35
This commit is contained in:
budparr 2018-04-09 12:10:24 -04:00
parent 2dd4f21c27
commit 995e0b9ba1
No known key found for this signature in database
GPG Key ID: 05AB7813F9C39728
5 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/*! TACHYONS v4.7.0 | http://tachyons.io */
/*! TACHYONS v4.9.1 | http://tachyons.io */
/*
*
@ -87,8 +87,8 @@
@import 'tachyons/src/_media-queries';
/* Debugging */
/*@import 'tachyons/src/_debug-children';
@import 'tachyons/src/_debug-grid';*/
/* @import 'tachyons/src/_debug-children';
@import 'tachyons/src/_debug-grid'; */
/* Uncomment out the line below to help debug layout issues */
/* @import 'tachyons/src/_debug'; */

6
src/package-lock.json generated
View File

@ -5336,9 +5336,9 @@
}
},
"tachyons": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/tachyons/-/tachyons-4.9.0.tgz",
"integrity": "sha512-bq40Dxl0Q9LFcFsoU4BmTlR4Y9Ta/9AClAhmKhBBdXN0isup9dXtYmFIJGYHz2EOVOf/gO/FONEH0BDa/iNYkg==",
"version": "4.9.1",
"resolved": "https://registry.npmjs.org/tachyons/-/tachyons-4.9.1.tgz",
"integrity": "sha512-trJFXhzDZeHRcd9Bqn6ub3e0VqGWKMsGdP7RJoT+8Ihoak41o1qCwqcFx8hsFlfFWa6a4jsb464TNXnTt+MPnw==",
"dev": true
},
"tapable": {

View File

@ -25,7 +25,7 @@
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.3",
"style-loader": "^0.16.1",
"tachyons": "^4.7.0",
"tachyons": "^4.9.1",
"webpack": "^2.3.3"
},
"dependencies": {}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long