oliverdavies.uk/web/themes/custom/opdavies/css/components/container.pcss
Oliver Davies d343b4cdf2 Switch from Laravel Mix to Webpack Encore
- 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
2020-06-10 12:06:09 +01:00

3 lines
54 B
Text

.container {
@apply w-full max-w-5xl px-4 mx-auto
}