-
Notifications
You must be signed in to change notification settings - Fork 163
Description
Our current design is pretty basic and is basically just a very lightly styled bootstrap. Ideally the store looks similar to Nextcloud.com which looks fantastic.
I've tried to adapt Nextcloud.com's header but I'm struggling a bit with making the content look nice with all the app previews and the content.
I'd also like to get rid of our current style files and rather than override bootstrap styles make use of less configuration (maybe through https://github.com/bline/bootstrap-webpack ?)
As for CSS preprocessor technologies: I'd like to avoid LESS/SASS and go with native bleeding edge CSS. If we need mixins or CSS 4 features I'd tend towards PostCSS but I'm unsure if we need it at all. Ideally all of our CSS is separated so that we maybe have one common CSS file for all pages and one for each page.