#How do you reference a image in the public folder from css
1 messages · Page 1 of 1 (latest)
Try using <style/> tags in dashboard: wrapper instead of using dashboard: css
This should be documented on in the future; Dashboard css is bundled in React, which dashboard wrapper is not.
- Create a file ending in
.blade.php: for example,wrapper.blade.php - Assign the file to
dashboard: wrapper - Add your stylesheets, wrapped between
<style/>tags. - Build your extension