Skip to content

Commit

Permalink
Clean duplicated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sgara committed Feb 4, 2020
1 parent ad51928 commit de888e3
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions lib/generators/active_admin/webpacker/templates/active_admin.js
Original file line number Diff line number Diff line change
@@ -1,19 +1,5 @@
// import 'active_admin/assets/stylesheets/active_admin'
// SASS variable overrides must be declared before loading up Active Admin's styles.
//
// To view the variables that Active Admin provides, take a look at
// `app/assets/stylesheets/active_admin/mixins/_variables.scss` in the
// Active Admin source.
//
// For example, to change the sidebar width:
// $sidebar-width: 242px;

// Active Admin's got SASS!
// Load Active Admin's styles into webpacker,
// see `active_admin.scss` for customization.
import "../stylesheets/active_admin";

// Overriding any non-variable SASS must be done after the fact.
// For example, to change the default status-tag color:
//
// .status_tag { background: #6090DB; }

import "@activeadmin/activeadmin";

0 comments on commit de888e3

Please sign in to comment.