Adam Wathan

Results 187 comments of Adam Wathan

Just a quick follow-up, I hadn't seen the `@css` syntax for CSS literals which does mostly work here. The one caveat I would mention is that this: ``` .foo {...

Just throwing in my two cents here, I'm surprised this is out of scope for autoprefixer but the complex IE11 grid polyfill stuff is fair game. Feels like that should...

It looks like your sandbox is just using a static precompiled CSS file that’s not actually being rebuilt. What template did you start with? Tailwinds build features only work with...

Can you elaborate more on what you mean? You can write as many `@supports` queries in your CSS as you want; what sort of things are you thinking Tailwind could...

We chose not to include it originally because it has no Edge or IE support but I think could be worth adding to core after the Chromium-based version of Edge...

Right now the `form-input` class is designed for regular text inputs and we don't have any classes meant for `input[type="date"]`, so your best bet for now is to style elements...

You can't use `import` statements in your `tailwind.js` file because Node doesn't support ES6 module syntax. If you use regular `require` statements it should work though!

Need to use a relative path; if I'm not mistaken the way you have it there is looking at the root of your hard drive. Try this, assuming `tailwind/tl1/test` is...

Hey thanks for this! I saw this note in the README: > You cant run this example as it is. Some folders specific to running an elixir project are omitted...

Haha okay cool sounds good, thanks!