Skip to content

Commit

Permalink
fix md sintaxis
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Muda committed Mar 17, 2023
1 parent 202f71d commit 58074f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# grid


## LAYOUT

### Radial Grid
Expand All @@ -20,12 +19,13 @@
- Abstraer variables de color, backgrpund etc
- separar grid, de otras cosas
- armar progress en svg
-

## ELEMENTS

- shapes

## COMPONENTS

- progress
- sectors svg
- modals
Expand All @@ -37,8 +37,7 @@

## UTILITIES



```js
function getEllipsePoints(width, height, n, dist) {
const a = width / 2;
const b = height / 2;
Expand Down Expand Up @@ -82,8 +81,9 @@ article[data-columns="3"] {
article[data-columns="4"] {
width: 600px;
}

```

### css first

por eso elipsis solo andan en ffox
anim en chrome.

0 comments on commit 58074f4

Please sign in to comment.