Skip to content

Instantly share code, notes, and snippets.

module.exports = {
devServer: {
index: '',
proxy: {
'/': {}
}
};
@aldencolerain
aldencolerain / flexboxgrid.scss
Last active July 10, 2020 21:03
SCSS Gist created from kristoferjoseph/flexboxgrid
// containers
.container,
.container-fluid {
margin-right: auto;
margin-left: auto;
}
.container-fluid {
padding-right: 2rem;
padding-left: 2rem;