Git Product home page Git Product logo

tailwindtoolbox's Introduction

The Tailwind Toolbox website source code.

Tailwind Toolbox

Bugs and Issues

Have a bug, suggestion or question? Open a new issue here on GitHub.

Creator

Tailwind Toolbox was created by and is maintained by Amrit Nagi, Co-owner of Astrava.Solutions.

Tailwind Toolbox is based on the Tailwind CSS framework created by Adam Wathan, Jonathan Reinink, David Hemphill and Steve Schoger

Copyright and License

Copyright 2018-2019 Astrava.Solutions Ltd. Code released under the MIT license.

tailwindtoolbox's People

Contributors

amritnagi avatar dependabot[bot] avatar florianfmmartin avatar ixartz avatar phpjsnerd avatar pzoechner avatar tailwindtoolbox avatar tiborpl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tailwindtoolbox's Issues

Accessing any non-existent route throws 500 Server Error

I am currently using your examples to get a jumpstart on TailwindCSS.
For that I was looking for the fixed-header example that I am using:
https://github.com/tailwindtoolbox/Fixed-Header

Via Google I came to the github version instead of the website.
Oops, I wanted to look what .em-grinning is, as it's not in v1.0, so I clicked on the link in the ReadMe on that Github repo that sends me to
https://www.tailwindtoolbox.com/templates/Fixed-Header
-> 500 Error, incidentally this is for all non-existent pages, ie https://www.tailwindtoolbox.com/foo-bar.
I'd expect a 404, though.

Something with your error handling seems broken, you might want to look into that. :)

Will this setup work with AOS in the pipeline?

Hi there - -I am using tailwinds + purgecss successfully thanks to your fantastic and helpful guide.

But - I am struggling to figure out why I am unable to reduce my aos.css as part of this workflow? If I have my .aos css file in the same place as my postcss.config.js can I somehow add/merge it to the build script (package.json)?

"build:css": "postcss tailwind.config.css -o css-compiled/tailwind.min.css"

or should my .aos css be dealt with as part of the plugin module in postcss.config.js as attempted here (this didn't result in any change so far!)

module.exports = { plugins: [ // require('postcss-import'), tailwindcss('tailwind.config.js'), cssnano({ preset: 'default', }), purgecss({ content: ['templates/**/*.twig'], **css: ['aos.css'],** extractors: [{ extractor: TailwindExtractor, extensions: ["html", "js", "twig", "php", "vue"] }] }), autoprefixer ] }

Additional content: hugo-landing-page

Hi, just stopping by to let you know about a simple landing page built with Hugo and Tailwind CSS that I published recently.

I'd appreciate it if you could add that to the (fantastic!) collection of resources you have on your site ๐Ÿ˜ƒ

A live demo can be found here: https://awesome.ttntm.me

Invalid URLs

I notice a couple of invalid URLs at https://www.tailwindtoolbox.com/tools where you duplicated the https:// parts. Examples near the bottom of the list:

<a href="https://https://tailwindgrids.com" class="no-underline hover:no-underline">...
<a href="https://https://tailwindgrids.com" class="no-underline hover:no-underline">...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.