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

Styling table responsive doesn't work because cdn link doesn't include the following attributes rel="stylesheet" type="text/css" #234

Open
daffaharizal opened this issue Mar 17, 2023 · 1 comment

Comments

@daffaharizal
Copy link

Maybe it's just changing the documentation, but it's really necessary for a better user experience. I experienced it because the cdn link from the official documentation didn't include it.

@AllanJard
Copy link
Contributor

Is this on the installation page (or somewhere else)? The rel="stylesheet" attribute is absolutely needed and I accidentally removed that recently. I've just added it back.

The type attribute however isn't required - indeed MDN recommend not including it:

The common use of this attribute is to define the type of stylesheet being referenced (such as text/css), but given that CSS is the only stylesheet language used on the web, not only is it possible to omit the type attribute, but is actually now recommended practice.

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