{"id":17475443,"url":"https://github.com/ummahusla/potatocss","last_synced_at":"2026-03-03T06:36:41.554Z","repository":{"id":55568762,"uuid":"70086952","full_name":"ummahusla/PotatoCSS","owner":"ummahusla","description":"🥔 Simple CSS framework for hackers. Simple as potato.","archived":false,"fork":false,"pushed_at":"2022-11-22T00:39:13.000Z","size":669,"stargazers_count":56,"open_issues_count":12,"forks_count":18,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-06T14:10:13.665Z","etag":null,"topics":["css","css-framework","css-grid","html","responsive"],"latest_commit_sha":null,"homepage":"https://potatocss.github.io/","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/ummahusla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-05T18:20:35.000Z","updated_at":"2025-01-30T20:48:45.000Z","dependencies_parsed_at":"2023-01-22T08:15:48.155Z","dependency_job_id":null,"html_url":"https://github.com/ummahusla/PotatoCSS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ummahusla%2FPotatoCSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ummahusla%2FPotatoCSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ummahusla%2FPotatoCSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ummahusla%2FPotatoCSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ummahusla","download_url":"https://codeload.github.com/ummahusla/PotatoCSS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248265512,"owners_count":21074993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","css-grid","html","responsive"],"created_at":"2024-10-18T18:47:02.255Z","updated_at":"2026-03-03T06:36:41.514Z","avatar_url":"https://github.com/ummahusla.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"logo.png\" alt=\"PotatoCSS\" /\u003e\u003c/p\u003e\n\u003ch3 align=\"center\"\u003e\u003ca href=\"https://potatocss.github.io/\"\u003ePotatoCSS\u003c/a\u003e\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\u003csmall\u003e\u003ccode\u003eSimple CSS framework for hackers. Simple as potato.\u003c/code\u003e\u003c/small\u003e\u003c/p\u003e\n\n[![npm version](https://badge.fury.io/js/potato-css.svg)](https://badge.fury.io/js/potato-css)\n\n___\n\n🥔 PotatoCSS is a beautiful CSS framework for hackers: boasting a responsive 12 column grid, ready to use built-in forms and buttons, it's clean, simple and easy-to-use.\n\n\n## Installation\n\n[**PotatoCSS**](https://potatocss.github.io/) can be installed via the methods below,\n\n* Manual: [Download](https://github.com/ummahusla/PotatoCSS/archive/master.zip)\n* via NPM: `npm install potato-css`\n* via git: `git clone https://github.com/ummahusla/PotatoCSS.git`\n\n## How to use\n\nJust grab `potato.css` or `potato.min.css` from the `/stylesheets/css` folder and shove it where you store the CSS files for your project.\n\nDemo can be found at [**https://potatocss.github.io/**](https://potatocss.github.io/).\n\nAlternately, you can find examples and snippets to use with PotatoCSS in the [example folder](https://github.com/ummahusla/PotatoCSS/examples).\n\n📢 **SASS / LESS versions are still in development**\n\n## Browser Support\n\nThe following details are estimates, assume [evergreen browser](http://stackoverflow.com/a/19060334) support for now.\n\n* **Chrome**            : ALL\n* **Firefox**           : 3.5+\n* **Safari**            : 3.2+\n* **Opera**             : 11+\n* **Opera Mini**        : ALL\n* **Edge**              : ALL\n* **Internet Explorer** : 9+\n\n## Building The Code\n\nTo build the code, follow these steps.\n\n1. Ensure that [NodeJS](http://nodejs.org/) is installed. This provides the platform on which the build tooling runs.\n2. From the project folder, execute the following command:\n\n  ```shell\n  npm install\n  ```\n3. To build the code from SCSS version, you can now run:\n\n  ```shell\n  gulp build-sass\n  ```\n4. To build the code from LESS version, you can now run:\n\n  ```shell\n  gulp build-less\n  ```\n5. You will find the compiled code in the `stylesheets` and `js` folders.\n6. To watch changes while develop, you can now run:\n\n  ```shell\n  gulp default\n  \n  # It will start watching process and local server with livereloading\n  ```\n7. To test changes in compiled stylesheets, you can now run:\n\n  ```shell\n  gulp test-css\n  # or\n  npm test\n  ```\n\n## Contributing\n\nPlease read the repository's 🗒 [**contributing guide**](CONTRIBUTING.md) for more information on how you can help.\n\n## License\n\n[**PotatoCSS**](https://potatocss.github.io/) is licensed under the [**MIT License**](LICENSE.md).\n\n## Credits\n\n[**PotatoCSS**](https://potatocss.github.io/) was created for [**Hacktoberfest**](https://hacktoberfest.digitalocean.com/) by [**Edvins Antonovs**](https://twitter.com/edvinsantonovs). You can find more details in [**this blog post**](http://edvinsantonovs.co.uk/potatocss-and-hacktoberfest2016/).\n\n🎉 Big thanks to all the [**contributors**](https://github.com/ummahusla/PotatoCSS/graphs/contributors).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fummahusla%2Fpotatocss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fummahusla%2Fpotatocss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fummahusla%2Fpotatocss/lists"}