Skip to content

Commit

Permalink
the sun rises! 🌄
Browse files Browse the repository at this point in the history
  • Loading branch information
mechelon committed Nov 30, 2020
1 parent 7b11394 commit 4213b2a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ And a sip of your favorite hot beverage is always a great idea. ☕️ 🍵
The easiest way to use Sunrise Components is to install via npm.

```
install great stuff via npm
npm i @5amcode/sunrise-components
```

#### Adjust `tailwind.config.js`
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@5amcode/sunrise-components",
"version": "1.0.0",
"description": "Sunrise by 5amco.de is a Vue component library written in Typescript. It's based on TailwindCSS and focused on minimal, expressive design. You can use the growing number of components as a standalone library or extend your existing application design - Sunrise Components are lightly opinionated, but very flexible. For detailed used information, see the documentation on the website.",
"version": "1.0.1",
"description": "Sunrise by 5amco.de is a Vue component library written in Typescript. It's based on TailwindCSS and focused on minimal, expressive design. You can use the growing number of components as a standalone library or extend your existing application design - Sunrise Components are lightly opinionated, but very flexible. For detailed usage information, see the documentation on the website.",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"scripts": {
Expand Down Expand Up @@ -48,4 +48,4 @@
"url": "https://github.com/5am-code/sunrise/issues"
},
"homepage": "https://sunrise.5amco.de/"
}
}
2 changes: 1 addition & 1 deletion src/SHeadline.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<template>
<div class="text-2xl font-semibold leading-8 font-display">
<div class="py-4 text-2xl font-semibold leading-8 font-display">
<slot></slot>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/STimeline.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<template>
<div class="w-full lg:w-3/4 2xl:w-1/2" :class="arrangementClass()">
<div class="" :class="arrangementClass()">
<div
class="flex my-6 group"
v-for="(point, index) in timelinePoints"
Expand Down

0 comments on commit 4213b2a

Please sign in to comment.