esbuild-plugin-postcss2/test/styles/example.module.css
2021-02-20 13:48:19 +01:00

12 lines
134 B
CSS

.TestModule {
align-items: center;
}
.TestModuleAnother {
justify-content: space-between;
}
.TextModuleLast {
width: 100vw;
}