postcss-foft-classes
Version:
A postcss plugin to automatically add classes for the FOFT font loading strategy.
38 lines (37 loc) • 895 B
JSON
{
"name": "postcss-foft-classes",
"version": "1.0.4",
"description": "A postcss plugin to automatically add classes for the FOFT font loading strategy.",
"main": "index.js",
"scripts": {
"test": "ava",
"watch": "ava --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zachleat/postcss-foft-classes.git"
},
"keywords": [
"postcss",
"foft",
"web-fonts",
"font"
],
"author": {
"name": "Zach Leatherman",
"email": "zachleatherman@gmail.com",
"twitter": "zachleat",
"github": "zachleat",
"url": "https://zachleat.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zachleat/postcss-foft-classes/issues"
},
"homepage": "https://github.com/zachleat/postcss-foft-classes#readme",
"devDependencies": {
"ava": "^0.22.0",
"gulp": "^3.9.1",
"gulp-postcss": "^7.0.0"
}
}