Skip to content

Commit

Permalink
Merge pull request #75 from perimetre/5.2.4
Browse files Browse the repository at this point in the history
6.0.0
  • Loading branch information
dgonzalez-perimetre authored Jul 14, 2022
2 parents 51ba6aa + 22212b3 commit ee161c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

## [6.0.0] 2022-07-14

### Fixed

- Remove base list styles for lists, styles need to be applied on each project

## [5.2.3] 2022-07-13

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perimetre/ui",
"description": "A component library made by @perimetre",
"version": "5.2.3",
"version": "6.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/perimetre/ui.git"
Expand Down
16 changes: 1 addition & 15 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,11 @@
.prose {
ol,
ul {
list-style-type: inside;
margin: 0;
padding: 0;
@apply list-inside;
}
}

/* Brings back preflight styling */
ul,
ol {
@apply list-inside;
}

ul {
@apply list-disc;
}

ol {
@apply list-decimal;
}
}

html,
Expand Down

0 comments on commit ee161c6

Please sign in to comment.