UNPKG

rework-npm

Version:

Import CSS from npm modules using rework

22 lines (21 loc) 703 B
<!DOCTYPE html> <html> <head> <title>rework-npm example</title> <link rel="stylesheet" href="compiled.css"> <meta name="viewport" content="width=device-width"> </head> <body> <h1>rework-npm</h1> <p> This is an example of using <a href="https://github.com/conradz/rework-npm">rework-npm</a>. Compile the stylesheet by running <code>node example/build.js</code> in the repository folder. </p> <p> If you are using a browser that supports CSS source maps, you should be able to see the source files that each rule was imported from. </p> </body> </html>