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

Using DropCSS with a Ghost blog #47

Closed
nsursock opened this issue Jun 17, 2020 · 1 comment
Closed

Using DropCSS with a Ghost blog #47

nsursock opened this issue Jun 17, 2020 · 1 comment

Comments

@nsursock
Copy link

Hello,

I'm working alone on my music blog (https://soundsirius.digitalpress.blog) and I don't have much time every day. I want to use your software to make my website faster. But here's what I need:

  • install: be able to use a script tag with a cdn to install it,
  • code: generic code I can copy/paste easily to benefit from the basic functionalities.

I installed Tailwind CSS which is very nice but I'm not using everything. I want to get rid of the bad css and css complexity and make my website load under 1 second.

PS: I also want to use CleanCSS before.

@leeoniya
Copy link
Owner

leeoniya commented Jun 17, 2020

both DropCSS and CleanCSS are build tools which you have to use first to optimize your css and then put the result on your site. what you're asking is where to buy a hammer which can build you a house

the closest thing to what you're asking for is something like this where you can paste your css for it to be optimized.

https://css.github.io/csso/csso.html
https://jakubpawlowicz.github.io/clean-css/

dropcss's demo is similar to this (paste your html and css, and it will give you the final css):

https://codepen.io/leeoniya/pen/LvbRyq

the demo currently does not perform the additional steps necessary for Tailwind processing: https://github.com/leeoniya/dropcss#special--escaped-sequences.

i am not sure you will be able to take advantage of dropcss without writing a bit of code. it is not meant to be a hands-off solution and i do not intend for it to be that.

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