UNPKG

@magnolia-services/magnolia-css

Version:

Simple and flexible CSS for your website.

45 lines (44 loc) 1.14 kB
{ "name": "@magnolia-services/magnolia-css", "version": "0.3.21", "description": "Simple and flexible CSS for your website.", "keywords": [ "magnolia", "css" ], "author": "Magnolia International Ltd. (https://www.magnolia-cms.com)", "style": "dist/magnolia.min.css", "repository": { "type": "git", "url": "https://git.magnolia-cms.com/projects/SERVICES/repos/magnolia.css" }, "license": "MIT", "files": [ "dist/*" ], "devDependencies": { "autoprefixer": "^10.2.6", "csscomb": "^4.3.0", "cssnano": "^5.0.5", "npm-watch": "^0.9.0", "postcss": "^8.3.0", "postcss-cli": "^8.3.1", "postcss-import": "^14.0.2" }, "watch": { "build": { "patterns": [ "src" ], "extensions": "css" } }, "scripts": { "build": "npm run postcss && npm run cp", "postcss": "postcss ./src/index.css -o ./dist/magnolia.min.css --use postcss-import autoprefixer cssnano --no-map", "cp": "cp -a ./src/fonts/. ./dist/", "csscomb": "csscomb ./src", "watch": "npm-watch", "pb": "npm run csscomb && npm run build && npm publish" } }