Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

postcss-nested-import

Package Overview
Dependencies
0
Maintainers
2
Versions
2
Issues
File Explorer

Advanced tools

postcss-nested-import

PostCSS plugin for importing other stylesheet source files anywhere in your CSS.

    0.2.0latest
    GitHub

Version published
Maintainers
2
Weekly downloads
332
decreased by-23.5%

Weekly downloads

Readme

Source

PostCSS Nested Import Build Status

PostCSS plugin for importing other stylesheet source files anywhere in your CSS.

Before:

/* vendor.css */ .vendor { background: silver; } /* index.css */ :global { @import './vendor.css'; }

After:

:global { .vendor { background: silver; } }

Usage

postcss([ require('postcss-nested-import') ])

See PostCSS docs for examples for your environment.

Keywords

FAQs

Last updated on 10 Feb 2022

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc