UNPKG

neobrutalismcss

Version:

NeoBrutalismCSS design framework that embraces the aesthetics of neo-brutalism in web

57 lines (56 loc) 1.57 kB
{ "name": "neobrutalismcss", "version": "1.0.0", "description": "NeoBrutalismCSS design framework that embraces the aesthetics of neo-brutalism in web", "main": "dist/index.min.css", "style": "dist/index.min.css", "repository": { "type": "git", "url": "https://github.com/matifandy8/NeoBrutalismCSS" }, "homepage": "https://matifandy8.github.io/NeoBrutalismCSS/", "bugs": "https://github.com/matifandy8/NeoBrutalismCSS/issues", "scripts": { "compile-scss": "sass src/scss/index.scss dist/index.css", "watch-scss": "sass --watch src/scss/index.scss:dist/index.css", "minify-css": "sass src/scss/index.scss dist/index.min.css --style=compressed", "build": "npm run compile-scss && npm run minify-css", "start": "npm run watch-scss", "prepublishOnly": "npm run build", "release:patch": "npm version patch && git push --follow-tags && npm publish", "release:minor": "npm version minor && git push --follow-tags && npm publish", "release:major": "npm version major && git push --follow-tags && npm publish" }, "files": [ "dist", "README.md", "LICENSE" ], "keywords": [ "bootstrap", "css", "css3", "flexbox", "front-end", "framework", "html", "html5", "kickstarter", "less", "mobile", "mobile-first", "postcss", "responsive", "sass", "scss", "neo-brutalism", "brutalism", "neobrutalism", "neobrutalismcss" ], "author": "Matias Fandiño", "license": "MIT", "devDependencies": { "sass": "^1.89.2" } }