Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

content: Missing Import of Css file

Open
#2,777 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
45/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
css
Domain
documentation

Research direction

Open the datetime documentation page at https://ionicframework.com/docs/api/datetime and review its styling guidance. Document that Vue users need to import @ionic/vue/css/ionic.bundle.css; done means the page clearly states this prerequisite for styling the datetime component.

Written by the indexing model from the issue text.

Description

content package: vue
URL

https://ionicframework.com/docs/api/datetime

Issue Description

I was having issues with using datetime for the first time in my vue app, I am new to ionic framework so I followed the docs to implement the functionality, but i got stuck styling a selected date, only for me to discover that i needed to import the style library, and this was not stated in the documentation I had to import the style in my main.ts:

import '@ionic/vue/css/ionic.bundle.css';

Dominant language
MDX
Stars
621
Forks
3.2k
Avg merge
1d 2h
Merged PRs (30d)
86

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ionic-team/ionic-docs

All issues in ionic-team/ionic-docs

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.