Skip to content

Commit

Permalink
Merge pull request #5647 from Automattic/update/post-selector-virtual…
Browse files Browse the repository at this point in the history
…ized

Components: Update PostSelector to render infinitely, using ReactVirtualized
  • Loading branch information
aduth committed Jun 9, 2016
2 parents a091318 + b36114c commit 2d8499d
Show file tree
Hide file tree
Showing 9 changed files with 402 additions and 162 deletions.
3 changes: 3 additions & 0 deletions assets/stylesheets/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// External Dependencies
@import '../../node_modules/react-virtualized/styles';

// Shared
@import 'shared/reset'; // css reset before the rest of the styles are defined
@import 'shared/functions'; // functions that we've used from Compass, ported over
Expand Down
Loading

0 comments on commit 2d8499d

Please sign in to comment.