{"id":24272548,"url":"https://github.com/clyng57/neumattercss","last_synced_at":"2026-04-28T17:02:06.416Z","repository":{"id":137900731,"uuid":"438628335","full_name":"Clyng57/neumattercss","owner":"Clyng57","description":"A light-weight neumorphic css framework to standardize layouts and spacing. A moderate utility first approach.","archived":false,"fork":false,"pushed_at":"2022-09-27T16:34:50.000Z","size":193,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T02:08:52.494Z","etag":null,"topics":["css","css-framework","neumorphic-css","neumorphic-ui","neumorphism","neumorphism-ui","node-module"],"latest_commit_sha":null,"homepage":"https://neumattercss.com","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Clyng57.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-15T12:51:40.000Z","updated_at":"2022-03-08T00:08:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"d25d2fc4-c481-46b9-8e32-8f84a54df9be","html_url":"https://github.com/Clyng57/neumattercss","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Clyng57/neumattercss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clyng57%2Fneumattercss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clyng57%2Fneumattercss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clyng57%2Fneumattercss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clyng57%2Fneumattercss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clyng57","download_url":"https://codeload.github.com/Clyng57/neumattercss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clyng57%2Fneumattercss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32390067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","css-framework","neumorphic-css","neumorphic-ui","neumorphism","neumorphism-ui","node-module"],"created_at":"2025-01-15T18:27:18.856Z","updated_at":"2026-04-28T17:02:06.396Z","avatar_url":"https://github.com/Clyng57.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![plot](https://github.com/Clyng57/neumatter/raw/main/public/neumatter-logo-blackBG-01.svg)\n\nA light-weight neumorphic css framework to standardize layouts and spacing. \nA moderate utility first approach.\n\n    prefix-property/value:conditional\n\n\nAdd :hover or :active to any attributes class except for a-rounded.\n\n    a-bg/concave:hover\n\n\nAdd :sm, :md, :lg, :xl, :xxl to various classes to create breakpoints. This will cause the width to go from 50% to 100% at the large breakpoint.\n\n    l-column/6:lg\n\n\nSystem margin and padding controlled by the systemMargin in the config file.\n\n    u-[m, p]/system\n    u-[m, p]t/system\n    u-[m, p]b/system\n    u-[m, p]x/system\n    u-[m, p]y/system\n\n[ View Documentation ](https://neumattercss.com)\n\n## Table of Contents\n1. [ Download ](#download) \u003cbr /\u003e\n2. [ Install ](#install) \u003cbr /\u003e\n3. [ Getting Started ](#gettingstarted) \u003cbr /\u003e\n4. [ Generate Config File ](#genconfig) \u003cbr /\u003e\n5. [ Configuration Options ](#config) \u003cbr /\u003e\n6. [ Compile ](#compile) \u003cbr /\u003e\n7. [ Samples ](#samples) \u003cbr /\u003e\n\n\u003ca name=\"download\"\u003e\u003c/a\u003e\n### Download\nDownload the /_build directory\n\n\u003ca name=\"install\"\u003e\u003c/a\u003e\n### Install\n    \n    npm i @neumatter/neumattercss \n\n\u003ca name=\"gettingstarted\"\u003e\u003c/a\u003e\n### Getting Started\nEdit your package.json file and in the scripts write:\n    \n    \"neucss\": \"./node_modules/.bin/neucss\"\n\n\u003ca name=\"genconfig\"\u003e\u003c/a\u003e\n### Generate the neumatter.config file\n    \n    npm run neucss config\n\n\u003ca name=\"config\"\u003e\u003c/a\u003e\n### Configuration Options\nTo compile neumatter.css to a certain directory edit the exportPath in neumatter.config.\n\nEdit colors, system margin \u0026 padding, system border radius, and exclude css from being compiled.\n\n\u003ca name=\"compile\"\u003e\u003c/a\u003e\n### Compile neumatter.css\n    \n    npm run neucss compile\n\n\u003ca name=\"samples\"\u003e\u003c/a\u003e\n### Samples of neumatter.css in use:\n\n![plot](https://github.com/Clyng57/neumatter/raw/main/public/neumattercssBGColorPage.png)\n\n\n![plot](https://github.com/Clyng57/neumatter/raw/main/public/neumattercssConcavePage.png)\n\n\n![plot](https://github.com/Clyng57/neumatter/raw/main/public/neumattercssFormPage.png)\n\n[ View More ](https://neumattercss.com)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclyng57%2Fneumattercss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclyng57%2Fneumattercss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclyng57%2Fneumattercss/lists"}