Move all files to taking-flight-with-tailwind-css/demo/wordcamp-bristol-2019/

This commit is contained in:
Oliver Davies 2025-10-02 23:13:00 +01:00
parent 80c38777dc
commit 7cc2622551
1874 changed files with 0 additions and 0 deletions

View file

@ -1,19 +0,0 @@
let mix = require('laravel-mix')
mix.disableNotifications()
mix.postCss('resources/css/app.css', 'style.css', [
require('postcss-import')(),
require('tailwindcss')(),
require('postcss-nested')()
])
mix.browserSync({
proxy: 'wordcamp2019.docksal',
notify: false,
open: false,
files: ['**/*.php', {
match: 'style.css',
fn: function (event, file) { this.reload() }
}]
})