Skip to content

Commit

Permalink
Webpackify the login section CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnajdr committed Sep 19, 2018
1 parent 44fa074 commit faa6d94
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
5 changes: 0 additions & 5 deletions assets/stylesheets/sections/login.scss

This file was deleted.

5 changes: 5 additions & 0 deletions client/login/magic-login/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ import RequestLoginEmailForm from './request-login-email-form';
import GlobalNotices from 'components/global-notices';
import Gridicon from 'gridicons';

/**
* Style dependencies
*/
import './style.scss';

class MagicLogin extends React.Component {
static propTypes = {
path: PropTypes.string.isRequired,
Expand Down
5 changes: 5 additions & 0 deletions client/login/wp-login/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ import {
} from 'state/analytics/actions';
import { withEnhancers } from 'state/utils';

/**
* Style dependencies
*/
import './style.scss';

export class Login extends React.Component {
static propTypes = {
clientId: PropTypes.string,
Expand Down
1 change: 0 additions & 1 deletion client/wordpress-com.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ sections.push( {
enableLoggedOut: true,
secondary: false,
isomorphic: true,
css: 'login',
} );

sections.push( {
Expand Down

0 comments on commit faa6d94

Please sign in to comment.