add initial support for tailwindcss (#134)
Add support for and demo using tailwindcss
This commit is contained in:
+7
-1
@@ -56,6 +56,12 @@ const clientEntrypoints = [
|
||||
filename: 'dialog-demo-bootstrap',
|
||||
template: './src/client/dialog-demo-bootstrap/index.html',
|
||||
},
|
||||
{
|
||||
name: 'CLIENT - Dialog Demo Tailwind CSS',
|
||||
entry: './src/client/dialog-demo-tailwindcss/index.js',
|
||||
filename: 'dialog-demo-tailwindcss',
|
||||
template: './src/client/dialog-demo-tailwindcss/index.html',
|
||||
},
|
||||
{
|
||||
name: 'CLIENT - Sidebar About Page',
|
||||
entry: './src/client/sidebar-about-page/index.js',
|
||||
@@ -161,7 +167,7 @@ const clientConfig = ({ isDevClientWrapper }) => ({
|
||||
// we could add support for scss here
|
||||
{
|
||||
test: /\.css$/,
|
||||
use: ['style-loader', 'css-loader'],
|
||||
use: ['style-loader', 'css-loader', 'postcss-loader'],
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user