@citizenplane/pimp 18.23.5 → 18.23.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citizenplane/pimp",
3
- "version": "18.23.5",
3
+ "version": "18.23.6",
4
4
  "scripts": {
5
5
  "dev": "storybook dev -p 8081",
6
6
  "build-storybook": "storybook build --output-dir ./docs",
@@ -191,7 +191,6 @@ const hasSections = computed(() => visibleCategories.value.length > 0)
191
191
 
192
192
  & + & {
193
193
  padding-top: var(--cp-spacing-sm-md);
194
- border-top: fn.px-to-rem(1) solid var(--cp-border-soft);
195
194
  }
196
195
  }
197
196