Browse Source

Update Tachyons to latest - 4.9.1

Fixes #35
enhancements
budparr 6 years ago
parent
commit
995e0b9ba1
No account linked to committer's email address

+ 3
- 3
src/css/_tachyons.css View File

/*! TACHYONS v4.7.0 | http://tachyons.io */
/*! TACHYONS v4.9.1 | http://tachyons.io */


/* /*
* *
@import 'tachyons/src/_media-queries'; @import 'tachyons/src/_media-queries';


/* Debugging */ /* 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 */ /* Uncomment out the line below to help debug layout issues */
/* @import 'tachyons/src/_debug'; */ /* @import 'tachyons/src/_debug'; */

+ 3
- 3
src/package-lock.json View File

} }
}, },
"tachyons": { "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 "dev": true
}, },
"tapable": { "tapable": {

+ 1
- 1
src/package.json View File

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

+ 0
- 3
static/dist/app.4820926d6a88a9adbe776b0b5c678846.css
File diff suppressed because it is too large
View File


+ 3
- 0
static/dist/css/app.8e831b6359bad500b66d8214096381de.css
File diff suppressed because it is too large
View File


Loading…
Cancel
Save