Skip to content

Instantly share code, notes, and snippets.

@scott-lsi
scott-lsi / gist:9d0fb7262d5616f085b46c961db4c970
Created August 5, 2021 10:00
Webpack, Tailwind, PostCSS for Craft CMS (and others)
In project folder:
npm install --global yarn
yarn add webpack webpack-cli
yarn add -D tailwindcss@latest postcss@latest autoprefixer@latest babel-loader @babel/core @babel/preset-env core-js css-loader postcss-loader autoprefixer mini-css-extract-plugin
add node_modules to .gitignore
@scott-lsi
scott-lsi / euro-2020-inserts.sql
Last active June 7, 2021 15:40
Data for Euro 2020 for the Wordpress World Cup Predictor plugin (https://wordpress.org/plugins/world-cup-predictor/)
INSERT INTO `wp_wcup_venue` (`venue_id`, `venue_name`, `venue_url`, `stadium`, `tz_offset`, `wwhen`) VALUES
(1, 'Rome', 'https://www.uefa.com/uefaeuro-2020/event-guide/rome/', 'Stadio Olimpico', +1, '2021-05-14 00:00:00'),
(2, 'Baku', 'https://www.uefa.com/uefaeuro-2020/event-guide/baku/', 'Olympic Stadium', +4, '2021-05-14 00:00:00'),
(3, 'Copenhagen', 'https://www.uefa.com/uefaeuro-2020/event-guide/copenhagen/', 'Parken Stadium', +1, '2021-05-14 00:00:00'),
(4, 'St Petersburg', 'https://www.uefa.com/uefaeuro-2020/event-guide/saint-petersburg/', 'Krestovsky Stadium', +3, '2021-05-14 00:00:00'),
(5, 'London', 'https://www.uefa.com/uefaeuro-2020/event-guide/london/', 'Wembley Stadium', +0, '2021-05-14 00:00:00'),
(6, 'Bucharest', 'https://www.uefa.com/uefaeuro-2020/event-guide/bucharest/', 'Arena Națională', +2, '2021-05-14 00:00:00'),
(7, 'Amsterdam', 'https://www.uefa.com/uefaeuro-2020/event-guide/amsterdam/', 'Johan Cruyff Arena', +1, '2021-05-14 00:00:00'),
(8, 'Glasgow', 'https://www.uefa.com/uefaeuro-202