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

Thank you for your work. I also used your project to make my website. #34

Closed
huguadao opened this issue Dec 8, 2022 · 1 comment
Closed

Comments

@huguadao
Copy link

huguadao commented Dec 8, 2022

I Hope To Add My Project Address https://qiusheji.com To Readme.md 😄(The Chinese name is 求设计, and the advantage is that it needs to be designed.)

After going online, I found that it still takes some time to load this file tailwind.min.css. I don't know if there are any alternative public images.

@tailwindtoolbox
Copy link
Owner

hey, happy to add it - love the colour choice.

You can save the css file and store it locally with your html file instead of using the cdn version.

This is the old version of tailwind and has all the classes - so ideally you will want to run it through purgecss (can do this online using this: https://purifycss.online/) and then save the css file.

I've done this for you (assuming you're not planning on changing anything else now)

Copy this file to the same folder as your html file, rename it to styles.pure.css and add this to the html:

<link rel="stylesheet" href="styles.pure.css"/>

Remove these lines:

<link rel="stylesheet" href="https://unpkg.com/tailwindcss@2.2.19/dist/tailwind.min.css"/>
<!-- <link rel="stylesheet" href="./assets/tailwind.min.css"/> -->
<!--Replace with your tailwind.css once created-->
<link href="https://fonts.loli.net/css?family=Source+Sans+Pro:400,700" rel="stylesheet" />

styles.pure.txt

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