Skip to content

Commit

Permalink
Remove LESS files from styles.js
Browse files Browse the repository at this point in the history
Closes brave#10459

Auditors: @cezaraugusto

Test Plan:
1. Open about:styles
2. Make sure the page is rendered (you do not have to search for regressions)
  • Loading branch information
Suguru Hirahara authored and dfperry5 committed Aug 18, 2017
1 parent 62099e3 commit c52a62d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions js/about/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ const ImmutableComponent = require('../../app/renderer/components/immutableCompo
const {StyleSheet, css} = require('aphrodite/no-important')
const globalStyles = require('../../app/renderer/components/styles/global')

// Stylesheets go here
require('../../less/button.less')
require('../../less/forms.less')
require('../../node_modules/font-awesome/css/font-awesome.css')

const {Textbox, FormTextbox, SettingTextbox, RecoveryKeyTextbox} = require('../../app/renderer/components/common/textbox')
Expand Down

0 comments on commit c52a62d

Please sign in to comment.