- Updated npm dependencies - Replaced `webpack.mix.js` with `webpack.config.js` - Added `postcss.config.js` - Removed the `src` directory and moved `css` and `js` to the root level of the theme - Renamed `dist` to `build` and updated in libraries file References #41
7 lines
85 B
Text
7 lines
85 B
Text
.wrap {
|
|
@apply w-full max-w-3xl mx-auto;
|
|
|
|
&.is-wide {
|
|
@apply max-w-5xl
|
|
}
|
|
}
|