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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user