You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I’ve customized the Orchid appearance by publishing the assets (I ran php artisan vendor:publish and selected the orchid-assets tag) and tweaking some settings on the resources/sass/theme/variables.scss file, but I’m wondering if it is necessary to expose all the .scss files.
Since I didn’t touch any of the files in the resources/sass/core and resources/sass/plugins directories, is there any way to expose just the resources/sass/theme/variables/ directory (or - even better - just the resources/sass/theme/variables.scss file), and tell Orchid to take the other files from its assets in /vendor?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I’ve customized the Orchid appearance by publishing the assets (I ran
php artisan vendor:publish
and selected theorchid-assets
tag) and tweaking some settings on theresources/sass/theme/variables.scss
file, but I’m wondering if it is necessary to expose all the.scss
files.Since I didn’t touch any of the files in the
resources/sass/core
andresources/sass/plugins
directories, is there any way to expose just theresources/sass/theme/variables/
directory (or - even better - just theresources/sass/theme/variables.scss
file), and tell Orchid to take the other files from its assets in/vendor
?Beta Was this translation helpful? Give feedback.
All reactions