Thirus (pronounced "thigh-rus") is an effort to bring hundreds of simple web development tips and tutorials together that you can consume regularly on your coding journey.
I am Shruti Balasa - the owner of this channel. I'm a Full Stack Web Developer, Mentor, Course Creator, Tech Speaker and now a RU-vidr from Bangalore, India.
Like my content? Buy me a coffee ☕️ www.buymeacoffee.com/shrutibalasa
Nice video which helped me as a newbie to Tailwind CSS. Thank you. Unfortunately, at the end of the video, you look at the wrong CSS file to compare its size.
1. In Cloudflare I have registered and added my domain and chosen a free plan 2. I have edited Name server in Godaddy according to Cloudflare 3. Generate Certificates in Cloudflare and pest them to my cPanel SSL 4. Removed all cache. and still I cant browse the web site for ssl issue
Is there a way to install postCSS in the CDN Development version of Tailwind? I am using it for learning and want to avoid installing node modules for easier hosting on GitHub Pages.
You don’t actually need node modules on the server. Once you build your styles using Tailwind on your system, you can just publish the output CSS file.
Would you know a problem that i have. I used tailwind cli to make a website using the stock install procedures. The website looks and functions fine in local vsc dev, but when i upload to server to the htdocs folder all the html files and the output.css, the styling isn't applied. Could you advise.
It could be that the stylesheet isn’t linked correctly. When you “View page source”, and click on the CSS file in the link tag, does it show you the CSS? DM me on Twitter for further discussion - x.com/shrutibalasa
What do I do if I want an SSL and my domain is from godaddy, but the site is hosted by a third party and my site points there because I added the DNS to my @record in godaddy?
I made a single page in html and tailwind cli. In visual sc I see the liver server version works ok. When i upload to server via Filezilla, the styling falls apart. What actual files do I upload to the htdocs folder on the server or public.html folder? I can't seem to find a video on yt about uploading the files to a server. Thanks.
You just have to upload the stylesheet that you’ve linked in the HTML and nothing else. Just make sure that the path for the stylesheet in the link tag is correct.
wow great one, just implemented it , but I realized using assets makes it impossible to preview image on npm run dev before building. Any what around that?