sakura icon indicating copy to clipboard operation
sakura copied to clipboard

:cherry_blossom: a minimal css framework/theme.

Results 33 sakura issues
Sort by recently updated
recently updated
newest added

Fixes #120 ![image](https://github.com/oxalorg/sakura/assets/121690516/43a2e35c-4665-47d9-80f5-398658400991)

It used to look like this ( before 3b8050f8 ) | Firefox | Chromium | | ------------- | ------------- | | ![image](https://github.com/oxalorg/sakura/assets/121690516/f2bd4bcb-9088-4a6f-ae3e-ba58854e8c34) | ![image](https://github.com/oxalorg/sakura/assets/121690516/9c68246a-1c06-4c93-b1d8-025c2e243ab9) | After that the disabled buttons...

When I tried using using sakura.css with [Parcel](https://parceljs.org/), I received the following confusing error: > @parcel/transformer-css: Invalid state It turned out that this `[disabled]` selector is to blame, since per...

Hello, I wanted to add my personal blog to the Readme as a site using Sakura. As a design-challenged software engineer, I appreciated how one CSS file made the blog...

The following is (seemingly?) not a bug of Sakura.css in it's default config, but when in context of a paragraph that has `text-align: justify;` active and a `` tag present....

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @​romainmenke). 8.4.29 Fixed Node#source.offset (by...

dependencies

The use of @import is discouraged. Utilize the @use rule instead. See: > _"The Sass team discourages the continued use of the `@import` rule. Sass will gradually phase it out...

enhancement
discussion

Example html code to reproduce the problem: ```html ``` ![img-hovering](https://user-images.githubusercontent.com/39955851/225007031-a6d28b7a-3561-4f4e-92bd-d1d839d9fa29.gif) I think the problem is `margin-bottom`. ![image](https://user-images.githubusercontent.com/39955851/225007431-ab125525-80a6-4019-9230-497e97a8e656.png) The problem could be resolved by removing the `margin-bottom` style, or reset the...

discussion

it's my first time fiddling around with `oxalorg/sakura` and I can say right off the bat it's just as simple as I'd hoped to be!! in response, I'd like to...

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.2 to 4.3.9. Changelog Sourced from vite's changelog. 4.3.9 (2023-05-26) fix: fs.deny with leading double slash (#13348) (813ddd6), closes #13348 fix: optimizeDeps during build and external ids...

dependencies