Skip to content

Commit bce1bc7

Browse files
committed
docs
1 parent 51a3809 commit bce1bc7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

packages/pikaday/docs/installation.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,16 @@
44

55
1. `ember install @ember-eui/pikaday`
66

7-
In order to have styles for pikaday, please refer to [styles section on their documentation](https://github.com/adopted-ember-addons/ember-pikaday#styles)
7+
8+
We are currently using a fork of `ember-pikaday` for more flexibility, so next intructions are regarding styling using that fork.
9+
## Styles
10+
11+
In order to give apps control over styling, the default CSS does not load unless you tell it to. The recommended way to load the CSS is to create this file:
12+
13+
```js
14+
// app/modifiers/pikaday.js
15+
16+
/* Opt-in to using pikaday's default CSS */
17+
import 'ember-pikaday-prysmex/pikaday.css';
18+
export { default } from 'ember-pikaday-prysmex/modifiers/pikaday';
19+
```

0 commit comments

Comments
 (0)