Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Style not showing up #9

Open
ridmeh opened this issue Jan 4, 2017 · 6 comments
Open

Style not showing up #9

ridmeh opened this issue Jan 4, 2017 · 6 comments

Comments

@ridmeh
Copy link

ridmeh commented Jan 4, 2017

While, trying to use it I am unable to get styles shown. All text comes with white background. What could be the reason or any direction where I can look at possible issue?
I have intergrated the provided styles.css using following line in html code.

@ridmeh
Copy link
Author

ridmeh commented Jan 4, 2017

<link rel="stylesheet" type="text/css" href="./style.css">

Great work.

@ridmeh
Copy link
Author

ridmeh commented Jan 4, 2017

i meant to write, text is shown in white. Changed the following (in styles file) for testing purpose and it shows in black. However, no border and other things are shown. Am I using right css file?
Changed from:
.crouton {
color: #FFF;
to:
.crouton {
color: $black;

@xeodou
Copy link
Owner

xeodou commented Jan 4, 2017

Hi @ridmeh , are you using the style.css file contains inside of example ? The component doesn't provide the styles itself.

@ridmeh
Copy link
Author

ridmeh commented Jan 4, 2017

yes. I was following the e.g. Do I not need to provide styles?

@ridmeh
Copy link
Author

ridmeh commented Jan 4, 2017

I have also tried without providing styles, It does not draw the box and puts respective colors.

@xeodou
Copy link
Owner

xeodou commented Jan 4, 2017

yes, I wrote the css for the example and it doesn't provide in the component, but you can still take look build your own styles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants