{"id":32412033,"url":"https://github.com/ming-codes/coffeeart","last_synced_at":"2026-06-18T16:32:08.897Z","repository":{"id":2373548,"uuid":"3338236","full_name":"ming-codes/coffeeart","owner":"ming-codes","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-14T00:53:36.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-26T21:02:15.733Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ming-codes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-02T19:58:18.000Z","updated_at":"2013-10-19T22:42:01.000Z","dependencies_parsed_at":"2022-07-24T22:16:21.359Z","dependency_job_id":null,"html_url":"https://github.com/ming-codes/coffeeart","commit_stats":null,"previous_names":["lightblade/coffeeart"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ming-codes/coffeeart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ming-codes%2Fcoffeeart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ming-codes%2Fcoffeeart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ming-codes%2Fcoffeeart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ming-codes%2Fcoffeeart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ming-codes","download_url":"https://codeload.github.com/ming-codes/coffeeart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ming-codes%2Fcoffeeart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34499405,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-25T14:52:03.236Z","updated_at":"2026-06-18T16:32:08.870Z","avatar_url":"https://github.com/ming-codes.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# CoffeeArt\n\nCoffeeArt is a simple light weight CSS generation written in CoffeeScript\n\n# Why CoffeeScript?\n\nBecause it's awesome!\n\nAlso because I like to use [docco](http://jashkenas.github.com/docco/) to generate inline documentation for scripts. This, together with the use of [CoffeeKup](https://github.com/mauricemach/coffeekup), is a powerful combination.\n\n# Design Philosophy\n\nThe primary design goal of CoffeeArt is to be simple and elegant. This also means that many features seen in other CSS frameworks are intensionally left out. \n\n# Stability\n\n0.1.x is unstable\n\n0.0.x is stable\n\n# Usage\n\nYour CoffeeScript will be passed in a variable named $ in the context scope. This is just an empty JavaScript object you'll use to populate your stylesheet with.\n\n## Simple Examples\n\n    # Simple Example\n    # A stylesheet is simply a giant JavaScript object\n    # Here I chose $ as the object to use to stay consistant\n    # with jQuery's syntax\n    $['#header'] =\n      'padding': '10px'\n      'position': 'relative'\n    $['#header ul'] =\n      'clear': 'both'\n    $['#upcoming'] =\n      'margin': '10px'\n      'padding': '15px'\n      'background': 'white'\n\n## Connect Middleware is available\n\n    express = require 'express'\n    coffeeart = require 'coffeeart'\n\n    app = express.createServer coffeeart.middleware\n      pretty: true\n      extension: ['css3']\n\n## JavaScript/CoffeeScript API is available as well\n\n    coffeeart = require 'coffeeart'\n\n    coffeeart.compile source,\n      pretty: true\n      extension: ['css3']\n\n# What's new\n\nExtension is implemented. This feature is currently unstable.\n\n# Roadmap\n\n* Auto update CSS through WebSocket\n* Compact CSS properties\n* Planned bundled extensions:\n    * CSS3\n\n# License\n\nCopyright (c) 2012 Ming Liu\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n\n\u003c!--\n## DRAFT\nProblem with nesting: http://www.markdotto.com/2010/12/18/the-problem-with-nesting-css-with-less-or-sass/\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fming-codes%2Fcoffeeart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fming-codes%2Fcoffeeart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fming-codes%2Fcoffeeart/lists"}