Skip to content

Commit 9f9a23b

Browse files
authored
Add Comment Explaining CSS Dependencies (#1945)
This PR adds a comment to `index-with-dependencies.scss` to explain how the file and used and why the dependencies are needed.
1 parent 8a38e96 commit 9f9a23b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index-with-dependencies.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
///
2+
/// This file is only for use in Storybook, where we need to manually add
3+
/// CSS dependencies that WordPress handles, such as the block library.
4+
///
15
// stylelint-disable at-rule-disallowed-list
26
@import '../node_modules/@wordpress/block-library/build-style/style';
37
@import './index';

0 commit comments

Comments
 (0)