css-blocks
css-blocks copied to clipboard
High performance, maintainable stylesheets.
Document the various locations for official support. For LI GA This can be linkedin-specific documentation & tooling.
Documentation for: * Common errors and how to fix them * Common gotchas and how to fix them Nice to have: * Error code per unique error * Link to...
Incomplete outline of this portion of the documentation: * Block Styles * Scopes * Classes * Attributes - Boolean attributes - Attributes with values * Legal Selectors * Referencing a...
- Why Blocks? - Vs e.g. css modules (copy from wiki) - Underlying philosophy - Application setup concerns - Installing & Configuring (esp w/SCSS) - Support matrix - Writing your...
https://github.com/css-blocks/css-blocks#external-selectors
The current resolver resolves all selectors that match the target block object in the key selector. This means that states targeting that same object get overridden too. That seemed like...
Is currently using hard coded short/longhand resolutions.
- [ ] Finalize constraint syntax - [ ] Implement constraint system https://github.com/css-blocks/css-blocks/blob/master/README.md#resolution-constraints
The rewriter will put the `class` attribute on the component invocation side, if the component is a css-blocks component, we should merge the invocations that have block styles with that...
If we have two classes on the same block that are composing other classes, it should _just work_. In the code block below, the resolved style should be that of...