diff options
| author | Marat Radchenko <marat@slonopotamus.org> | 2022-12-19 21:10:27 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-19 21:10:27 +0300 |
| commit | 509dd7beb4dccbd615a9826229803b1570521059 (patch) | |
| tree | 1c1d7ce9ab58730340883a87b8840e1b3844fab3 /asciidoctor-epub3.gemspec | |
| parent | a1f68b84b9a0f1a51d1c2258f9612e54e3776cd0 (diff) | |
resolves #126 convert styles to SCSS (#433)
closes #114
closes #115
closes #127
Diffstat (limited to 'asciidoctor-epub3.gemspec')
| -rw-r--r-- | asciidoctor-epub3.gemspec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/asciidoctor-epub3.gemspec b/asciidoctor-epub3.gemspec index dae1182..59a5e6a 100644 --- a/asciidoctor-epub3.gemspec +++ b/asciidoctor-epub3.gemspec @@ -44,4 +44,7 @@ An extension for Asciidoctor that converts AsciiDoc documents to EPUB3 and KF8/M s.add_runtime_dependency 'asciidoctor', '>= 1.5.6', '< 3.0.0' s.add_runtime_dependency 'gepub', '~> 1.0.0' s.add_runtime_dependency 'mime-types', '~> 3.0' + + # TODO: switch to 'sass-embedded' when we drop Ruby 2.5 support + s.add_runtime_dependency 'sass' end |
