https://github.com/staart/css
🏁🎨 Sass/CSS framework for SaaS startups
https://github.com/staart/css
css css-framework saas sass scss starter-kit
Last synced: 2 months ago
JSON representation
🏁🎨 Sass/CSS framework for SaaS startups
- Host: GitHub
- URL: https://github.com/staart/css
- Owner: staart
- License: mit
- Created: 2019-09-13T07:33:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T18:47:28.000Z (about 5 years ago)
- Last Synced: 2025-04-13T21:11:54.507Z (2 months ago)
- Topics: css, css-framework, saas, sass, scss, starter-kit
- Language: CSS
- Homepage: https://staartcss.o15y.now.sh
- Size: 78.1 KB
- Stars: 7
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://staart.js.org/css)
Staart.css is a minimalist CSS framework for building SaaS products.
**⚠️ WARNING:** This project is currently in the early development stage. Expect breaking changes.
| | Status |
| - | - |
| Build | [](https://github.com/staart/css/actions) [](https://travis-ci.org/staart/css) [](https://circleci.com/gh/staart/css) [](https://dev.azure.com/staart/css/_build/latest?branchName=master) |
| Dependencies | [](https://david-dm.org/staart/css) [](https://david-dm.org/staart/css)  |
| Community | [](https://github.com/staart/css/graphs/contributors) [](https://github.com/staart/css/blob/master/LICENSE)  [](https://www.npmjs.com/package/@staart/css) |## 🛠 Usage
Clone or fork this repository, then install dependencies:
```bash
yarn
```Compile Sass to CSS:
```bash
yarn build
```## [📝 Documentation](https://staart.js.org/css)
- [Updating Staart.css](https://staart.js.org/css/update)
## [🏁 Staart Ecosystem](https://staart.js.org)
The Staart ecosystem consists of open-source projects to build your SaaS startup, written in TypeScript.
| Package | | |
| - | - | - |
| [🛠️ Staart API](https://github.com/staart/api) | Node.js backend with RESTful APIs | [](https://circleci.com/gh/staart/api) [](https://staart.js.org/api) [](https://www.npmjs.com/package/@staart/manager) |
| [🌐 Staart UI](https://github.com/staart/ui) | Frontend Vue.js Progressive Web App | [](https://circleci.com/gh/staart/ui) [](https://staart.js.org/ui) [](https://www.npmjs.com/package/@staart/ui) |
| [📑 Staart Site](https://github.com/staart/site) | Static site generator for docs/helpdesk | [](https://circleci.com/gh/staart/site) [](https://staart.js.org/site) [](https://www.npmjs.com/package/@staart/site) |
| [📱 Staart Native](https://github.com/staart/native) | React Native app for Android and iOS | [](https://circleci.com/gh/staart/native) [](https://staart.js.org/native) [](https://www.npmjs.com/package/@staart/native) |
| [🎨 Staart.css](https://github.com/staart/css) | Sass/CSS framework and utilities | [](https://circleci.com/gh/staart/css) [](https://staart.js.org/css) [](https://www.npmjs.com/package/@staart/css) |
| [📦 Staart Packages](https://github.com/staart/packages) | Helper functions and utility packages | [](https://circleci.com/gh/staart/packages) [](https://www.npmjs.com/org/staart) |## 💝 Sponsors
The development of Staart projects is supported by these wonderful companies. [Find us on OpenCollective](https://opencollective.com/staart)
Oswald Labs
O15Y
Speakup
Netlify
## 📄 License
- Code: [MIT](https://github.com/staart/css/blob/master/LICENSE)
- Logo and assets: [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)