Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

christopher-weir/innie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

innie

Css class to style in-liner. Sometimes you just need to inline your styles. This makes it a bit easier to maintain.



Html -------- ##### This: ```html
``` #####Plus This: ```css .replace-me { color: red; background-color: green; } ``` #####Equals This: ```html
```
##Installation Not ready yet for distribution, but will be available via npm when it is.
```javascript var innie = require('@illuns/innie'); innie.compileHtml({ file: 'test/index.html', style: 'test/style.css' }).then(function(){ console.log('done'); }); ```

About

innie

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published