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

High performance, maintainable stylesheets.

Results 114 css-blocks issues
Sort by recently updated
recently updated
newest added

Currently, `composes: a-block[type=butcher]` (value is not in quotes) results in an error that's not meaningful, like the following. ```Build Error (broccoli-css-blocks-analyze) [css-blocks] BlockSyntaxError: No Block named "b-block" found in scope....

@css-blocks/core

When a property's value has custom variables, the conflict detection seems to throw up its hands and just ignore the issue. When a resolution is specified towards a value that...

1. `@export foo from "./foo.block.css"` should export the `default` block of `foo.block.css` as `foo`. 2. `@export (bar) from "./foo.block.css"` should export the `bar` block of `foo.block.css` as `bar`. 3. `@export...

under consideration
Dev Experience

Glimmer no longer requires a root element so it doesn't make sense to automatically put the block's scope on the first element it finds. An explicit `block:scope` should be used...

```scss // grid.block.scss :scope { width: 1128px; box-sizing: content-box; padding: 0 30px; display: block; margin: auto; position: relative; } ``` ```scss // header.block.scss .content { display: flex; display: resolve("grid"); //...

### Current State: Research This ticket will guide the discussion of implementing css-blocks in Vue Single File Components. ## Motivation Vue provides a rich interface for creating single file components....

All the info here in the existing documentation is great - but hard to parse if you're new to it. A high-level overview that links to more specific deep dives...