You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate to Vite and React, update configs and docs
Replaces Next.js setup with Vite and React, removing Next.js-specific files and dependencies. Adds Vite config, entry points, and updates project structure. Introduces Prettier and Stylelint configs, updates devcontainer, and enhances documentation with new usage and structure details. Adds contributing guidelines and updates contact info in the code of conduct.
Copy file name to clipboardExpand all lines: .github/CODE_OF_CONDUCT.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,10 @@ This Code of Conduct applies both within project spaces and in public spaces whe
34
34
35
35
## Enforcement
36
36
37
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at mdo@getbootstrap.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at info@scape.agency. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
38
39
39
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40
40
41
41
## Attribution
42
42
43
-
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), version 1.4, available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct/>
43
+
This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org/), version 1.4, available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct/>
[](https://stackblitz.com/github/stylescape/example-react)
16
+
17
+
---
18
+
19
+
Integrate [Stylescape](https://scape.style) with [React](https://react.dev/) and [Vite](https://vitejs.dev/) for fast development and optimized production builds.
20
+
15
21
---
16
22
17
-
Include [Stylescape](https://scape.style)'s source Sass with [React](https://react.dev/) and [Next.js](https://nextjs.org/).
23
+
## Features
24
+
25
+
- ⚛️ React 19 with modern hooks and patterns
26
+
- ⚡ Vite for lightning-fast HMR and builds
27
+
- 🎨 Stylescape's complete styling system
28
+
- 🌗 Built-in theme toggle with `data-ss="theme-toggle"`
29
+
- 📐 Frame layout with sidebars and ribbons
30
+
- 🎹 Interactive accordion with `data-ss="accordion"`
0 commit comments