Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
demountable
/
wp-content
/
plugins
/
extendify
/
src
/
Recommendations
:
recommendations.css
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
/* Adding CSS classes should be done with consideration and rarely */ @tailwind base; @tailwind components; @tailwind utilities; .extendify-recommendations button:not(:disabled) { @apply cursor-pointer; } .extendify-recommendations *, .extendify-recommendations *:after, .extendify-recommendations *:before { box-sizing: border-box; border: 0 solid #e5e7eb; }