remove React code, node-sass, and sass-loader dependencies

This commit is contained in:
alecmerdler 2017-06-07 12:54:43 -07:00
parent f0dd2e348b
commit 9dfab42c0a
17 changed files with 2 additions and 594 deletions

View file

@ -1,10 +0,0 @@
<div class="page-content">
<div class="cor-title">
<span class="cor-title-link"></span>
<span class="cor-title-content">Experiment: New Public Repo Page Layout</span>
</div>
<div class="co-main-content-panel">
<button class="btn btn-success" ng-if="!isEnabled" ng-click="setEnabled(true)">Enable Experiment</button>
<button class="btn btn-failure" ng-if="isEnabled" ng-click="setEnabled(false)">Disable Experiment</button>
</div>
</div>