Source: Sayyid Abul Ala Maududi - Tafhim al-Qur'an - The Meaning of the Quran diff --git a/src/components/SurahInfo/style.scss b/src/components/SurahInfo/style.scss index 1f4ba2c38..f00f1ca1f 100644 --- a/src/components/SurahInfo/style.scss +++ b/src/components/SurahInfo/style.scss @@ -1,4 +1,4 @@ -@import '../../styles/_bootstrap-config.scss'; +@import '../../styles/variables.scss'; $transition-speed: 0.75s; .container{ diff --git a/src/components/SurahsDropdown/index.js b/src/components/SurahsDropdown/index.js index 600a3665b..aeff3657b 100644 --- a/src/components/SurahsDropdown/index.js +++ b/src/components/SurahsDropdown/index.js @@ -1,5 +1,5 @@ import React, { Component, PropTypes } from 'react'; -import { LinkContainer } from 'react-router-bootstrap'; +import LinkContainer from 'react-router-bootstrap/lib/LinkContainer'; import Row from 'react-bootstrap/lib/Row'; import Col from 'react-bootstrap/lib/Col'; diff --git a/src/components/SwitchToggle/style.scss b/src/components/SwitchToggle/style.scss index 0150625c6..8315a7b12 100644 --- a/src/components/SwitchToggle/style.scss +++ b/src/components/SwitchToggle/style.scss @@ -1,4 +1,4 @@ -@import '../../styles/_bootstrap-config.scss'; +@import '../../styles/variables.scss'; $old-color: #8ce196; $color: $brand-primary; $height: 25px; diff --git a/src/containers/Home/index.js b/src/containers/Home/index.js index 9c9fb3058..78aa98da2 100644 --- a/src/containers/Home/index.js +++ b/src/containers/Home/index.js @@ -2,10 +2,9 @@ import React from 'react'; import Helmet from 'react-helmet'; import IndexHeader from '../../components/IndexHeader'; import Link from 'react-router/lib/Link'; -import { LinkContainer } from 'react-router-bootstrap'; +import LinkContainer from 'react-router-bootstrap/lib/LinkContainer'; import { asyncConnect } from 'redux-connect' import { connect } from 'react-redux'; -import moment from 'moment'; import debug from '../../helpers/debug'; @@ -99,7 +98,7 @@ class Home extends React.Component {