skip to Main Content

Can't set Tailwind colors when using Laravel

@foreach ($tags as $tag) <a href="#" class="text-{{$tag->color}} bg-{{$tag->color}}/20 text-center p-2 rounded-full">#{{$tag->name}}</a> @endforeach I'm trying to show some hashtags with the correct name and color being pulled from a database. The info is all there, but for some reason, the colors…

VIEW QUESTION

I'm getting this error while running the code in React Native error : node_modulesexpoAppEntry.js: [BABEL]: Cannot find module 'node:path'

I am getting this error while running the code in React Native expo with Tailwind Android Bundling failed 25ms error: node_modulesexpoAppEntry.js: [BABEL]: Cannot find module 'node:path' Require stack: C:UsersHPXipxnode_modulesnativewinddistbabelindex.js C:UsersHPXipxnode_modulesnativewindbabel.js C:[email protected] C:[email protected] C:[email protected] C:[email protected] C:UsersHPXipxnode_modulesmetro-transform-workersrcindex.js C:UsersHPXipxnode_modulesmetrosrcDeltaBundlerWorker.flow.js C:UsersHPXipxnode_modulesmetrosrcDeltaBundlerWorker.js C:UsersHPXipxnode_modulesjest-workerbuildworkersprocessChild.js (While processing:…

VIEW QUESTION
Back To Top
Search