whirlwindcss 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,6 +39,7 @@ To import whirlwind follow these steps:
39
39
  - for React(TSX or JSX) type this line: `import 'whirlwindcss/dist/classes.css';`
40
40
  - for HTML type this line: `<link rel="stylesheet" href="./node_modules/whirlwindcss/dist/classes.css">`
41
41
  - for TS type this line: `import 'whirlwindcss/dist/classes.css';`
42
+ - for CSS type this line: `@import whirlwindcss`
42
43
 
43
44
  Once done you will receive all the current whirlwind classes(If you are on the latest version).
44
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whirlwindcss",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "beey12345",