Skip to content

Commit bdba456

Browse files
Clarify the provieded CSS is plain CSS in README example
* > Still technically not standard due to bare import, but its bare > minimum CSS, use @import, people will think its Sass otherwise. Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
1 parent dd828ab commit bdba456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Check [`package.json`](https://github.com/practical-computer/practical-error-han
121121
Include the utility CSS for hiding/showing messages, or [copy/paste into your codebase](https://github.com/practical-computer/practical-error-handling-js/blob/main/css/util.css):
122122

123123
```scss
124-
@use '@practical-computer/error-handling/css/util'
124+
@import '@practical-computer/error-handling/css/util.css'
125125
```
126126

127127
## Quick Guide

0 commit comments

Comments
 (0)