Remove developer styleguide from project

Since we're actively moving our styles toward a pure of a USWDS
implementation as possible, this styleguide page is becoming
increasingly outdated.
This commit is contained in:
graham-dds
2019-11-19 13:34:14 -05:00
parent 3576551f42
commit fea8c9bce9
4 changed files with 2 additions and 385 deletions

View File

@@ -56,11 +56,6 @@ def home():
return render_template("home.html")
@bp.route("/styleguide")
def styleguide():
return render_template("styleguide.html")
@bp.route("/<path:path>")
def catch_all(path):
try: