What about SCJSS?
- Dominant language
- JavaScript
- Stars
- 666
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
I have a dream..
Imagine using SCSS to generate markdown and simultaniously apply styles/scripts to it:
```scss
div.root {
padding: 5px;
margin: 5px;
border: 1px solid #000;
h1 {
innerHTML: "Welcome to SCJSS!";
color: red;
&:hover {
script: js(console.log("You hovered over me!"));
}
}
h3 {
innerHTML: "Subtitle!";
}
}
```
That ⬆️ turns into this ⬇️ :
```html
Welcome to SCJSS!;
Subtitle!
```
(Plus the corresponding CSS and JS)
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are named. Start by reviewing the repository structure and existing parsing or generation functionality, then clarify the proposed SCJSS syntax, output requirements, and scope before implementation; done would require an agreed design and corresponding tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, scss
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100