Skip to content

Commit ca14e38

Browse files
askoufislfantone
authored andcommitted
Apply suggestions from code review
1 parent d90dbb2 commit ca14e38

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.changeset/tender-beans-cheat.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
---
44

55
`style`: Add support for `@starting-style` rules
6+
67
**EXAMPLE USAGE**:
8+
79
```ts
810
import { style } from '@vanilla-extact/css';
911
export const styleWithStartingStyle = style({

fixtures/features/src/features.css.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ globalStyle(`body ${styleVariantsCompositionInSelector.variant}`, {
6161
fontSize: '24px',
6262
});
6363

64-
// Style with starting-style
6564
export const styleWithStartingStyle = style({
6665
backgroundColor: 'black',
6766
'@starting-style': {

0 commit comments

Comments
 (0)