1.2.1 • Published 6 years ago

style-in v1.2.1

Weekly downloads
2
License
BSD
Repository
github
Last release
6 years ago

style-in

Replaces CSS link tags with inline style tags

It's a fork of inline-styles with the following changes:

  • no data URIs inlining
  • ignoring noscript embeds
  • ignoring query param cache busters
  • by default styles are resolved relatively to HTML file location, not the command execution dir
  • you can overwrite base resolution dir with --base=./example
npm install style-in
style-in example/index.html > example/index.after.html
style-in --base=./example example/index.html > example/index.after.html
1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

7 years ago

1.0.0

7 years ago