Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Many modules in npm are starting to expose their css entry files in their `package.json` files. This allows tools like `postcss-import`, `parcelify`, `npm-css`, `rework-npm` and `npm-less` to import *rc-slider* straight from node_modules directory. Example: ```css @import 'rc-slider'; ``` Reference: twbs/bootstrap#12441
- Loading branch information