https://github.com/stylescape/stylescape
Stylescape Design Framework
https://github.com/stylescape/stylescape
css css-framework css3 design design-framework design-system framework graphic-language html html5 javascript sass scss scss-framework style stylescape typescipt typescript
Last synced: 16 days ago
JSON representation
Stylescape Design Framework
- Host: GitHub
- URL: https://github.com/stylescape/stylescape
- Owner: stylescape
- License: mit
- Created: 2023-01-13T17:24:18.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2025-06-07T12:14:35.000Z (8 months ago)
- Last Synced: 2025-06-07T13:24:13.722Z (8 months ago)
- Topics: css, css-framework, css3, design, design-framework, design-system, framework, graphic-language, html, html5, javascript, sass, scss, scss-framework, style, stylescape, typescipt, typescript
- Language: HTML
- Homepage: https://scape.style
- Size: 62.5 MB
- Stars: 0
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
- Authors: AUTHORS
Awesome Lists containing this project
README
stylescape
design framework
[ ](https://www.scape.style)
[](https://www.npmjs.com/package/stylescape)
[](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/stylescape/stylescape)
[](https://stackblitz.com/github/stylescape/stylescape/tree/main?file=src%2Findex.html)
[](https://github.com/stylescape/stylescape/blob/main/LICENSE)
[](https://github.com/stylescape/stylescape/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=bug_report.yml)
[](https://github.com/stylescape/stylescape/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=feature_request.yml)
[](https://github.com/stylescape/stylescape/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=question.yml)
[](https://github.com/stylescape/stylescape/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=suggestion.yml)
[](https://github.com/stylescape/stylescape/issues/new?assignees=&labels=Needs%3A+Triage+%3Amag%3A%2Ctype%3Abug-suspected&projects=&template=discussion.yml)
---
## Design framework for concise and high-quality web development
Stylescape is a modular, scalable, and customizable design framework dedicated
to streamlining style and layout design for both web and print media. Written
in SCSS and TypeScript, it aimes to bridge the gap between visual design and
code. Whether you’re a designer or developer, Stylescape provides a robust
toolkit that empowers you to create harmonious, scalable, and accessible
designs efficiently.
---
## Quickstart
### Installation
> You can install Stylescape using npm:
```bash
npm i stylescape
```
> Or directly import via unpkg:
```html
```
### Getting Started
> After installing, you can include Stylescape's SCSS and TypeScript files into
> your project:
```javascript
import "stylescape/css/stylescape.css";
import "stylescape/js/stylescape.js";
```
---
## Documentation
For detailed setup and usage instructions, refer to our official website:
[scape.style](https://scape.style).
---
## Contribution
Contributions are always welcome! See [CONTRIBUTING.md](CONTRIBUTING.md) for
ways to get started.
---
Made with ❤️ by Scape Agency