Lukas Wagner
Lukas Wagner
It would be a neat feature to be informed of Syntax errors in the CSS at compile time.
As can be seen here: - https://developer.mozilla.org/en-US/docs/Web/CSS/@supports - https://developer.mozilla.org/en-US/docs/Web/CSS/@media
Add auto prefixing abilities in order for users to be able to write easily readable CSS code and have it prefixed for older browsers.
Add testing of the web client. The testing should include: - unit testing - integration testing - system testing
Add testing of the API and testing in general to the backend. This should include: - unit testing - integration testing - system testing
Add authentication middleware to the backend in order to allow for protected routes.
Authentication data should be appended automatically without the need to include it every single time a request is done.
Routing should be easy to use - routes should be able to be added in a single line (maybe with annotations) - routes should be able to be declared protected...
There is no PR template so here's a short description of what it does. So please comment if I should add anything. # Motivation Chips and electronic components are pretty...
# What This PR introduces four new placeholders into the template config: - `` will be replaced with the hash of the original class name from the SCSS file -...