forms + typography have stopped resolving
See original GitHub issueThese lines are not resolving for me to valid URLs from madmin’s application.html.erb
template.
<link href="https://unpkg.com/@tailwindcss/forms/dist/forms.min.css" rel="stylesheet" />
<link href="https://unpkg.com/@tailwindcss/typography/dist/typography.min.css" rel="stylesheet" />
In my main Rails app I get forms + typograhy by adding plugins to my tailwind.config.js
file:
tailwind.config.js
content: ["./app/**/*.{html,js,erb}"],
theme: {
extend: {},
},
plugins: [
require('@tailwindcss/forms'),
require('@tailwindcss/typography'),
],
}
I don’t know tailwind very well, so raising an issue here, maybe there is an easy fix?
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Third-party installed font does not appear in the font list in ...
Method 1 · Clear the font caches. · On the Edit menu, click Select Duplicated Fonts. · On the Edit menu, click Resolve...
Read more >c# - Windows Form Controls - Font not changing for Wingding
In visual studio, click on the control and in the property section expand the font section. Change the Font to Wingdings and the...
Read more >PostScript Type 1 fonts end of support - Adobe Support
Adobe will disable support for authoring with Type 1 fonts in January 2023.
Read more >Adobe is retiring Type 1 font support, here's how to prepare for ...
Adobe has announced that they will end support for creating content with Type 1 fonts by January 2023. Here's how you can prepare...
Read more >14 typography crimes to stop committing - 99Designs
Get your designs right by learning what you're doing wrong! Here are 14 typography crimes designers have to stop committing.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should be fixed now.
I was still on “1.2.6” never mind 😦