spectre-css icon indicating copy to clipboard operation
spectre-css copied to clipboard

A lightweight, responsive and modern CSS framework

Results 32 spectre-css issues
Sort by recently updated
recently updated
newest added

## 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:...

feature

## 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...

feature
improvement

## 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...

feature
task

## 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...

enhancement
task

## 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...

docs
improvement

## 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 ##...

feature

## 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....

improvement

## 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...

improvement

## 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

## Bug description In the docs, the formatting for code overrides common formatting for `pre > code` used by modern code styling libs: ![image](https://github.com/spectre-org/spectre-css/assets/132681/796f6d96-4ccf-4223-b62c-52fec1c8901f) Should we prevent this with something...

bug