Skip to content

Commit 2e50954

Browse files
authored
Update README.md
1 parent ff0c7a8 commit 2e50954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ To know more about Scratch and its modules [read more here](https://github.com/s
1313

1414
npm install @scratch-css/all --save
1515

16-
### Using:
17-
1816
You need to import it in your CSS file:
1917

2018
@import '@scratch-css/scratch';
@@ -23,6 +21,8 @@ Or, import from `node_modules` path:
2321

2422
@import './node_modules/@scratch-css/scratch/index.css';
2523

24+
### Try:
25+
2626
Try to add this snippet in your CSS just to check if it works:
2727

2828
body { background-color: var(--success) !important; }

0 commit comments

Comments
 (0)