bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data

Home Page:http://bvaughn.github.io/react-virtualized/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The styles.css isn't part of the 9.23.0 version

TomasChmelik opened this issue · comments

Bug Report

What is the current behavior?

When installing 9.23.0 version of this library the styles.css is no longer part of files installed into node_modules.
image

For example 9.22.3 version still has this file included
image

What is the expected behavior?

I expect the file to still be there since other libraries are using it. Or at least this being done as part of major version update to mark a breaking change.