Confuse about base.css with v3.0.0-alpha.1 #5678
Unanswered
sinyayadynya
asked this question in
Help
Replies: 1 comment 10 replies
-
Hmm the line https://github.com/tailwindlabs/tailwindcss/blob/master/base.css Can you provide an actual reproduction project I can pull down and run? |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Tailwind within Drupal Emulsify theme with Webpack.
With TailwindCSS 2, I was loading the base.min.css into the Drupal theme library.yml file:
tailwind: css: theme: node_modules/tailwindcss/dist/base.min.css: {}
and I had the following code within
../components/style.scss
:and in tailwind.config.js :
module.exports = { content: ['./components/**/*.twig', './templates/**/*.html.twig'], }
Following @VicGUTT 's advice I have now removed the
base.min.css
from the library and while I have no more error, I'm still obviously missing base.css and can't find where/how to add @tailwind base.Any help most welcome!
Beta Was this translation helpful? Give feedback.
All reactions