stylescape
Version:
Stylescape is a visual identity framework developed by Scape Agency.
82 lines (52 loc) • 4.41 kB
Markdown
<p align="center">
<img src="https://raw.githubusercontent.com/stylescape/brand/master/src/logo/logo-transparant.png" width="20%" alt="Stylescape Logo">
</p>
<h1 align="center" style='border-bottom: none;'>stylescape</h1>
<h3 align="center">design framework</h3>
<br/>
<div align="center">
[
](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)
</div>
<div align="center">
[](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)
</div>
---
<br/>
## 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
<link rel="stylesheet" href="https://unpkg.com/stylescape@latest/css/stylescape.css">
```
### 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.
---
<p align="center">
<b>Made with ❤️ by <a href="https://www.scape.agency" target="_blank">Scape Agency</a></b>
</p>