You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14
Original file line number
Diff line number
Diff line change
@@ -77,10 +77,10 @@ CSS Blocks is under active development and there are a number of features that h
77
77
|**Selectors**||
78
78
| ✅ |`:scope`| Scope selector for component root. |
79
79
| ✅ |`.class`| Class selectors for component sub-elements. |
80
-
| ✅ |`.class[state\|name]`| State that is applied to scope and class selectors on state existence. |
81
-
| ✅ |`.class[state\|name="value"]`| Mutually exclusive sub-states for scope and class selectors to be applied when a sub-state value matches. |
82
-
| ❌ |`[state\|name=value]`| Bare state (not associated with an Originating Element) and optional substate selectors for targeting all elements in the Block that possess the state an/or sub-state. |
83
-
| 🖌 |`.class[state\|name default]`| Default state value to be applied when there is no other match. |
80
+
| ✅ |<code>.class[state|name]</code>| State that is applied to scope and class selectors on state existence. |
81
+
| ✅ |<code>.class[state|name="value"]</code>| Mutually exclusive sub-states for scope and class selectors to be applied when a sub-state value matches. |
82
+
| ❌ |<code>[state|name=value]</code>| Bare state (not associated with an Originating Element) and optional substate selectors for targeting all elements in the Block that possess the state an/or sub-state. |
83
+
| 🖌 |<code>.class[state|name default]</code>| Default state value to be applied when there is no other match. |
84
84
|**At Rules**||
85
85
| ✅ |`@block-reference local-name from "./file/path.css"`| Reference another Block using a local name. |
86
86
| ✅ |`@block-debug block-name to channel`| Debug call that will print a block interface to a "channel": `comment`, `stderr`, or `stdout`. |
@@ -402,11 +402,11 @@ All the following syntaxes are legal to select any given stylable on a reference
0 commit comments