Skip to content

Commit 73b6769

Browse files
committed
💄 Adjust ribbon position and update README
1 parent 447118c commit 73b6769

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,18 @@ Webcore can be used as a standalone project, or it can be integrated into your e
5252
5353
Webcore components use Sass for styling. To use the component library, you must have the following packages installed:
5454

55-
- [Sass](https://www.npmjs.com/package/sass) - `v1.77` and above
56-
- [TypeScript](https://www.npmjs.com/package/typescript) - `v5.4` and above
55+
- [Sass](https://www.npmjs.com/package/sass) - `v1.80`
56+
- [TypeScript](https://www.npmjs.com/package/typescript) - `v5.4`
5757

5858
Depending on your project setup, you'll also need the following packages:
5959

6060
- **For Astro projects**
61-
- [Astro](https://www.npmjs.com/package/astro) - `v4.16` and above
61+
- [Astro](https://www.npmjs.com/package/astro) - `v4.16`
6262
- **For Svelte projects**
63-
- [Svelte](https://www.npmjs.com/package/svelte) - `v4.2` and above
63+
- [Svelte](https://www.npmjs.com/package/svelte) - `v4.2`
6464
- **For React projects**
65-
- [React](https://www.npmjs.com/package/react) - `v18.3` and above
66-
- [React DOM](https://www.npmjs.com/package/react-dom) -`v18.3` and above
65+
- [React](https://www.npmjs.com/package/react) - `v18.3`
66+
- [React DOM](https://www.npmjs.com/package/react-dom) -`v18.3`
6767

6868
### Installation
6969

src/components/Ribbon/ribbon.module.scss

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ body {
1919
pointer-events: none;
2020

2121
&.folded {
22+
@include position(t10px);
2223
@include spacing(px-sm);
2324

2425
transform: none;

0 commit comments

Comments
 (0)