cssinline 1.0.1 copy "cssinline: ^1.0.1" to clipboard
cssinline: ^1.0.1 copied to clipboard

Project to provide helpful handlers to embed CSS styles into HTML elements style attribute.

example/lib/example.dart

import 'dart:io';

import 'package:cssinline/cssinline.dart';

void main() {
  final files = Directory('.')
      .listSync(recursive: true)
      .where((e) => e.path.endsWith('.html'))
      .cast<File>();
  HTMLHandle().inlineCss(files);
}
0
likes
160
pub points
0%
popularity

Publisher

unverified uploader

Project to provide helpful handlers to embed CSS styles into HTML elements style attribute.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

csslib, html, path

More

Packages that depend on cssinline