media-query-plugin
Webpack plugin for media query extraction.
File Explorer
Download Latest Version (.zip)- if_not_dynamic_import.js
- example-desktop.js
- example-desktop.scss
- example.js
- example.scss
- example2.scss
- index.hbs
- package-lock.json
- package.json
- postcss.config.js
- webpack.config.js
- app.js
- app.scss
- package-lock.json
- package.json
- postcss.config.js
- webpack.config.js
- README.md
- escape.js
- normalize.js
- index.js
- loader.js
- plugin.js
- postcss.js
- store.js
- base.js
- external-css-output.js
- groups-option-output.js
- only-javascript-output.js
- index.js
- app.js
- example-desktop.scss
- example.js
- example.scss
- exampleA.scss
- exampleB.scss
- webpack-integration.js
- .gitignore
- .npmignore
- .travis.yml
- LICENSE
- package-lock.json
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/SassNinja/media-query-plugin
Downloads the entire project code from GitHub to your computer.
cd media-query-plugin
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install media-query-plugin --save-dev
Downloads and installs the libraries listed in package.json.
yarn add media-query-plugin --dev
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
