24 lines
918 B
Markdown
24 lines
918 B
Markdown
<p align="center">
|
|
<img src="logo.png" width="80%">
|
|
</p>
|
|
|
|
It's could be considered a **normalize.css update that respects desktop and mobile versions (Android and iOS)**. Symbiosis fixes small problems in **web pages, PWA or hybrid apps**, avoiding common development problems.
|
|
It's a compilation of knowledge learned by the team through reading official documentation and learning from ourselves.
|
|
|
|
## Download
|
|
|
|
Right click and ___save as__...
|
|
|
|
[Development](https://raw.githubusercontent.com/sapps-studio/symbiosis-css/v1.6/symbiosis.css)
|
|
|
|
[Production](https://cdn.jsdelivr.net/gh/sapps-studio/symbiosis-css/symbiosis.min.css)
|
|
|
|
## CDN
|
|
|
|
Must be accompanied by normalize.css.
|
|
|
|
``` html
|
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/sapps-studio/symbiosis-css@v1.7/symbiosis.min.css">
|
|
```
|