Skip to content

Commit

Permalink
use CSS v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyvaer committed Mar 2, 2022
1 parent 65159cd commit 8df0162
Show file tree
Hide file tree
Showing 29 changed files with 3,750 additions and 1,638 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

### Changed
- Use CSS v3 instead of v2

## [0.1.0] - 2022-02-23

### Changed
Expand Down
13 changes: 3 additions & 10 deletions config/converters.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/solid-calendar-store/^0.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^2.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^3.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/@rmlio/solid-rml-store/^0.0.0/components/context.jsonld",
{
"solid-calendar-store": "urn:solid-calendar-store:default:",
Expand Down Expand Up @@ -38,12 +38,8 @@
},
{
"@id": "solid-calendar-store:RepresentationConverter",
"@type": "WaterfallHandler",
"WaterfallHandler:_handlers": [
{
"@type": "IfNeededConverter",
"comment": "Only continue converting if the requester cannot accept the available content type"
},
"@type": "ChainedConverter",
"ChainedConverter:_converters": [
{
"@id": "solid-server:ContentTypeReplacer"
},
Expand All @@ -55,9 +51,6 @@
},
{
"@id": "solid-calendar-store:JsonToIcsConverter"
},
{
"@id": "solid-calendar-store:RdfRepresentationConverter"
}
]
}
Expand Down
Loading

0 comments on commit 8df0162

Please sign in to comment.