You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/pikaday/docs/installation.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,4 +4,16 @@
4
4
5
5
1.`ember install @ember-eui/pikaday`
6
6
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:
0 commit comments