Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLaptev committed Jun 24, 2023
1 parent 8cbe08b commit 3a8b3dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Set radii for the corners individually
.squircle {
/* other properties */
width: 200px;
height: 200px;
height: 200px;
background: paint(squircle);
/* the property */
--squircle-radius: 20px;
Expand All @@ -120,13 +120,13 @@ The property controls the roundness of the corners individually.
.squircle {
/* other properties */
width: 200px;
height: 200px;
height: 200px;
background: paint(squircle);
/* the property */
--squircle-radius-top-left: 0px;
--squircle-radius-top-right: 15px;
--squircle-radius-bottom-right: 30px;
--squircle-radius-bottom-left: 40px;
--squircle-radius-top-right: 15px;
--squircle-radius-bottom-right: 30px;
--squircle-radius-bottom-left: 40px;
}
```

Expand All @@ -148,7 +148,7 @@ The property controls the length of bezier guide lines. Could be defined by `--s
.squircle {
/* other properties */
width: 200px;
height: 200px;
height: 200px;
background: paint(squircle);
--squircle-radius: 20px;
/* the property */
Expand All @@ -174,7 +174,7 @@ The property controls squircle outline. There are two methods how too use it wit
.squircle {
/* other properties */
width: 200px;
height: 200px;
height: 200px;
background: paint(squircle);
--squircle-radius: 20px;
/* the property */
Expand Down Expand Up @@ -202,7 +202,7 @@ The property accepts any color, including variables.
.squircle {
/* other properties */
width: 200px;
height: 200px;
height: 200px;
background: paint(squircle);
--squircle-radius: 20px;
/* the property */
Expand Down

0 comments on commit 3a8b3dc

Please sign in to comment.