dprgarner / tech-radar-generator

A library that generates an interactive radar, inspired by http://thoughtworks.com/radar/
GNU Affero General Public License v3.0
59 stars 21 forks source link

Styles import error #7

Open kolyagora opened 1 year ago

kolyagora commented 1 year ago

Due to a change in original repository Thoughtworks no longer host screen.css, which is imported in src/stylesheets/base.scss:

@import url(https://www.thoughtworks.com/css/k8s_production/screen.css);

Missing styles cause wrong page appearance.