Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'style' node to package.json #127

Merged
merged 1 commit into from
Jul 27, 2016
Merged

Conversation

heldr
Copy link
Contributor

@heldr heldr commented Jul 27, 2016

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:

@import 'rc-slider';

The same way as main node, but for css 😄

Reference:
twbs/bootstrap#12441

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
@coveralls
Copy link

coveralls commented Jul 27, 2016

Coverage Status

Changes Unknown when pulling 80023f4 on heldr:patch-1 into * on react-component:master*.

@benjycui
Copy link
Member

Cool, thanks!

@benjycui benjycui merged commit 9219927 into react-component:master Jul 27, 2016
@benjycui
Copy link
Member

3.8.2

@heldr heldr deleted the patch-1 branch July 27, 2016 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants