1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-08 07:07:15 +02:00

Remove Tailwind

This commit is contained in:
Phuoc Nguyen
2021-03-28 20:45:31 +07:00
parent c4bf76424e
commit 08e9330244
3 changed files with 0 additions and 19 deletions

View File

@@ -26,10 +26,6 @@ if (process.env.NODE_ENV === "analyse") {
module.exports = {
mode: process.env.NODE_ENV,
entry: {
'vendor-styles': [
'./vendors/tailwind@1.1.4/tailwind.css',
],
// The CSS for client should come after `vendor-styles`
client: './client/index.tsx',
},
output: {
@@ -53,17 +49,6 @@ module.exports = {
loader: MiniCssExtractPlugin.loader,
},
'css-loader',
{
loader: 'postcss-loader',
options: {
postcssOptions: {
ident: 'postcss',
plugins: [
require('tailwindcss'),
],
}
},
},
],
},
{