UNPKG

basscss-flexbox

Version:
27 lines (26 loc) 762 B
{ "name": "basscss-flexbox", "version": "1.0.2", "description": "Flexbox utilities", "scripts": { "prepublish": "mkdir -p css && postcss index.css -u postcss-import -u postcss-custom-media -u postcss-custom-properties -u autoprefixer -o css/flexbox.css" }, "devDependencies": { "autoprefixer": "^6.3.1", "postcss-cli": "^2.5.0", "postcss-custom-media": "^5.0.1", "postcss-custom-properties": "^5.0.0", "postcss-import": "^8.0.2" }, "style": "index.css", "author": "Brent Jackson", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/basscss/basscss.git" }, "bugs": { "url": "https://github.com/basscss/basscss/issues" }, "homepage": "https://github.com/basscss/basscss" }