Skip to content

Commit e56f376

Browse files
Update README.md
1 parent 1805d76 commit e56f376

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,19 @@ If you want to include a localization file, also add the following directive:
1616

1717
//= require locales/bootstrap-datetimepicker.<locale>
1818

19-
Add the following line to your stylesheet file (`bootstrap_and_overrides.scss`):
19+
Add the following line to your stylesheet file (`bootstrap_and_overrides.scss`) :
2020

2121
```scss
2222
@import 'bootstrap';
2323
@import 'bootstrap-datetimepicker';
2424
```
2525

26+
or if you're having problems (or using less) require it in your main stylesheet manifest file:
27+
28+
```scss
29+
*= require bootstrap-datetimepicker
30+
```
31+
2632
## Usage
2733

2834
See the excellent demo provided by plugin's author - [@tarruda](https://github.com/tarruda) [here](http://tarruda.github.com/bootstrap-datetimepicker/).

0 commit comments

Comments
 (0)