Adam Wathan
Adam Wathan
> using @css is not really a great alternative :/ Why not? > What is the proposed solution? First run postcss and then stylus? No, always run style first. >...
Unfortunately that's a Stylus problem, nothing we can do about that. Personally I just use `postcss-preset-env` to get features like nesting, and don't use any preprocessors at all.
Hey! You need to add the font using `@font-face` rules, and specify which font file should be used for each font weight. Here's a simple example: ```css @font-face { font-family:...
Hey! Can you provide an example of how this might look in the type of content this plugin is meant to style? Not opposed to working on this at some...
Can you share your PostCSS/Purgecss config?
Can you create a project on GitHub that reproduces the issue so we can actually pull it down and see all the files and installed packages and research how to...
Hey @Benecke thanks for the kind words! The error in this case is correct — the `.container` class is a complex component class and not just a simple utility so...
I think the master branch is already updated for webpack 4 if I'm not mistaken? https://github.com/tailwindcss/webpack-starter/blob/master/package.json
Still planning to look at this, sorry for the delay! I definitely think it makes perfect sense that we would support providing the hash from the outside for people using...
Nice glad you guys are figuring this out! Once you feel like you've got it ironed out pretty well, would you mind sharing a simple bare bones Rails repo with...