laravelにcssが反映されません。
以下がファイルになります。
Sassフォルダの中にあるtweet.indexやresetcssを反映させたいのですが、反映されません。
mix.jsが関係あると記事を見かけましたが、app.scssの記載はmix.jsにあります。
原因わかる方いないでしょうか?
#resoures/sass/app.scss // Fonts @import url('https://fonts.googleapis.com/css?family=Nunito'); // Variables @import 'variables'; // Bootstrap @import '~bootstrap/scss/bootstrap'; @import 'reset'; @import 'tweet/index';
#webpack.mix.js const mix = require('laravel-mix'); /* |-------------------------------------------------------------------------- | Mix Asset Management |-------------------------------------------------------------------------- | | Mix provides a clean, fluent API for defining some Webpack build steps | for your Laravel application. By default, we are compiling the Sass | file for the application as well as bundling up all the JS files. | */ mix.js('resources/js/app.js', 'public/js') .sass('resources/sass/app.scss', 'public/css');
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2020/08/03 03:41