spectre-css
spectre-css copied to clipboard
A lightweight, responsive and modern CSS framework
## Background Introducing CSS variables would enable the base style sheets to be customised ## Proposal Add basic variables for things like color, font, etc. ## Notes Shadcn variables here:...
## Background As of now, Spectre tabs require JS for interactivity. Pure CSS version doesn't require JS, therefore it is faster. It's been requested [multiple](https://github.com/picturepan2/spectre/issues/186) [times](https://github.com/picturepan2/spectre/issues/358) [before](https://github.com/picturepan2/spectre/issues/556). ## Proposal I've...
## Background Spectre has a lot of variables, but they are mainly undocumented. It would be good to provide a playground with which to test variables. ## Proposal Create a...
## Background Right now we have no code to demo the CSS, apart from what is in the docs. It might be useful to externalise some of that code in...
## Background In order to import only the partials you want, currently you have to type or copy/paste multiple imports: ```scss @import "node_modules/@spectre-org/spectre-css/src/buttons"; @import "node_modules/@spectre-org/spectre-css/src/forms"; @import "node_modules/@spectre-org/spectre-css/src/..."; ``` As there...
## Background Spectre does have dark mode colors, and not play nice with other dark mode frameworks (see [docs](https://spectre-org.github.io/spectre-docs/)) ## Proposal Modify / update rules to support dark themes ##...
## Background In comparison to Tailwind's utilities, Spectre's are woefully out of date! Whilst I don't use _most_ of Tailwind's utilities, the core ones (margin, padding, flex) are really useful....
## Background On close inspection, horizontal padding is kinda off on various elements of the framework. On some elements it's quite thin horizontally, on some structural elements there is not...
## Background While rebuilding the docs in VitePress, it seems that Spectre could play more nicely with other stylesheets, particularly when mixing components with content. - spectre's component styles can...
## Bug description In the docs, the formatting for code overrides common formatting for `pre > code` used by modern code styling libs:  Should we prevent this with something...