UNPKG

bismillahcss

Version:

A utility-first CSS framework for fast and customizable development.

69 lines (68 loc) 1.59 kB
{ "name": "bismillahcss", "version": "1.9.0", "main": "dist/bismillah.min.css", "directories": { "doc": "docs", "test": "tests" }, "repository": { "type": "git", "url": "https://github.com/BismillahCSS/bismillahcss-framework.git" }, "bugs": { "url": "https://github.com/BismillahCSS/bismillahcss-framework/issues" }, "homepage": "https://github.com/BismillahCSS/bismillahcss-framework#readme", "files": [ "dist/", "docs/", "readme.md" ], "scripts": { "build": "postcss src/bismillah.css -o dist/bismillah.min.css", "prepublishOnly": "npm run build" }, "keywords": [ "css", "utility-first", "framework", "bismillahcss", "frontend", "tailwindcss-alternative", "css-framework", "utility-classes", "future-css", "lightweight-css", "advanced-css", "utility-first", "responsive-css", "framework", "bismillahcss", "frontend", "tailwindcss-alternative", "css-framework", "utility-classes", "lightweight-css", "open-source", "responsive-css", "minimal-css", "web-development", "frontend-framework" ], "author": "Mubashir Ali", "license": "MIT", "description": "A utility-first CSS framework for fast and customizable development.", "devDependencies": { "autoprefixer": "^10.4.21", "cssnano": "^7.0.6", "postcss": "^8.5.3", "postcss-cli": "^11.0.1", "postcss-discard-duplicates": "^7.0.1", "postcss-import": "^16.1.0", "postcss-nested": "^7.0.2" }, "engines": { "node": ">=12.0.0" } }