tiny, simple, classless CSS framework inspired by new.css devcss.devins.page
framework lightweight css classless stylesheet

chore: change details selector

+3 -3
+1 -1
README.md
··· 106 106 107 107 ### Sidebar 108 108 109 - Optionally, you can add a sidebar to your page for pretty much anything you'd like. A good usage for this could be, for example, complex navigation on a docs website, where you wouldn't be able to fit it all into the header. The sidebar will sort normally with the rest of the content on smaller screens. To make a sidebar, place an `<aside>` tag, and then put an `<article>` inside. You must put it above the `<main>` content. You can have up to two sidebars per page - the second one will appear on the right side. You can also make a sidebar collapsible by wrapping it's contents in a `<details>` tag - adding the `open` attribute will make it open by default. Here's an example: 109 + Optionally, you can add a sidebar to your page for pretty much anything you'd like. A good usage for this could be, for example, complex navigation on a docs website, where you wouldn't be able to fit it all into the header. The sidebar will sort normally with the rest of the content on smaller screens. To make a sidebar, place an `<aside>` tag, and then it's also recommended to put an `<article>` inside if you want a background. You must put it above the `<main>` content. You can have up to two sidebars per page - the second one will appear on the right side. You can also make a sidebar collapsible by wrapping it's contents in a `<details>` tag - adding the `open` attribute will make it open by default. Here's an example: 110 110 111 111 ```html 112 112 <aside>
+1 -1
dev.css
··· 431 431 } 432 432 433 433 /* 10. details */ 434 - details:not(aside article details) { 434 + details:not(aside details) { 435 435 padding: 0.5rem 1rem; 436 436 background: var(--dc-bg-2); 437 437 border: 1px solid var(--dc-bg-3);
+1 -1
package.json
··· 1 1 { 2 2 "name": "@intergrav/dev.css", 3 - "version": "4.3.1", 3 + "version": "4.3.2", 4 4 "description": "Tiny, simple, classless CSS framework inspired by new.css.", 5 5 "keywords": [ 6 6 "css",