DioxusLabs / DioxusLabs/docsite

Cleanup CSS

Open
#413 0 comments 0 reactions 0 assignees View on GitHub
enhancement playground
Dominant language
Rust
Stars
206
Forks
208
Avg merge
1h 11m
Merged PRs (30d)
3

Description

Separate `dxp.css` into multiple different organized css files. Ideally, we could also use SCSS (with hot reloading) for it's ability to have CSS child ids/classes within a parent scope. E.g.

```scss
#container {
background-color: red;

#text {
color: blue;
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.