opendata-guru / peacock-user-ui

Open Data Portal
https://opendata-guru.github.io/peacock-user-ui/
Apache License 2.0
4 stars 1 forks source link

later include of custom.css #4

Closed tursics closed 2 years ago

tursics commented 2 years ago

Describe the bug All settings in custom.css will be overwritten by app.css

To Reproduce Steps to reproduce the behavior:

  1. Go to header of HTML file

< head > < link rel="stylesheet" type="text/css" href="/css/app.loadinganimation.css" > < link rel="stylesheet" type="text/css" href="/css/custom.css" > < link href="/css/app.vendors~app.css" rel="stylesheet" > < link href="/css/app.css" rel="stylesheet" > < link rel="stylesheet" type="text/css" href="/css/app.common.css" > < /head >

Expected behavior custom.css should be included later