Negin Basiri

Results 4 issues of Negin Basiri

Hi all I try to pass local data using include but getting error. I confirm that this works ` However when I pass some local data along with include as...

take-a-look

` {{> header}} {{> components/navigation}} {{htmlWebpackPlugin.options.data.description}} {{> footer}}` Hi all, I can pass data to a page template through htmlWebpackPlugin. I am wondering how to pass data to partials? for...

config = { entry: { vendor: [ "jquery", "waypoints", "picturefill", "babel-polyfill" ] }, plugins: [ new webpack.ProvidePlugin({ $: "jquery", waypoints: "waypoints" }) ] } I am getting "Module not found:...

I followed every step on https://dev.to/ohitslaurence/creating-dynamic-themes-with-react-tailwindcss-59cl and I am getting this error: $ postcss src/css/app.css -o src/App.css Error: true is not a PostCSS plugin at Processor.normalize (/Users/nbasiri/projects/navitas/node_modules/postcss/lib/processor.js:168:15) at new Processor...