-
Updated
Feb 17, 2020 - JavaScript
#
inline
Here are 163 public repositories matching this topic...
nodejs
css
template
node
template-engine
mandrill
custom
responsive
email
inline-css
juice
templates
pug
inline
mailchimp
postmark
ejs
sendgrid
nodemailer
webresource
brianfryer
commented
May 26, 2015
The border-radius declaration is appended after the border-bottom-left-radius and border-bottom-right-radius declarations thereby overriding custom values.
Example:
Input HTML
<table class="branding-header bg-black radius-4 radius-top" cellpadding="0" cellspacing="0" border="0" align="center">
Input CSS
.branding-header {
border-bottom: 3px solid $blue;
}
.bg-black {
javascript
es6
es2015
composition
html-template
inline
abstraction
string-substitution
multiline-strings
indentation
composable
tagged-template
tagged-template-literals
-
Updated
Mar 24, 2020 - JavaScript
Diff Utils library is an OpenSource library for performing the comparison / diff operations between texts or some kind of data: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output for easy future displaying (like side-by-side view) and so on.
java
diff
tools
inline
unified-diffs
meyer
merge-text
java-diff-utils
computing-diffs
diff-algorithm
-
Updated
Mar 8, 2020 - Java
marcoms
commented
Sep 18, 2017
Would it be possible to use CSS transforms instead of setting max-width? Transforms should be more performant especially on low-end devices.
Utility library around using YouTube inside your android app.
react
android
fragments
ios
youtube
webview
inline
youtube-player
fullscreen-videos
inline-video
inline-youtube
youtube-sdk
-
Updated
Feb 19, 2019 - Java
Inline file transfer using in-built Windows tools (DEBUG.exe or PowerShell).
-
Updated
May 23, 2019 - Python
Flutter plugin for playing or streaming YouTube videos inline using the official iFrame Player API. Supports both Android and iOS platforms.
android
ios
youtube
webview
video-player
youtube-video
inline
flutter
youtube-player-api
youtube-player
flutter-plugin
android-youtube-player
youtube-player-library
ios-youtube
flutter-examples
flutter-youtube-player
-
Updated
Mar 17, 2020 - Dart
A flutter plugin to play Youtube Videos without API Key in range of Quality(144p, 240p,360p,480p,720p and 1080p).
android
ios
youtube
inline
youtube-player-api
youtube-player
dart-library
flutter-plugin
android-youtube-player
youtube-player-library
ios-youtube
flutter-examples
flutter-package
flutter-video-player
flutter-youtube-player
-
Updated
Aug 5, 2019 - Dart
launch a web worker at runtime that can require() in the browser with webpack
-
Updated
Mar 12, 2019 - JavaScript
Inline critical path CSS and async load existing stylesheets
-
Updated
Mar 20, 2020 - HTML
Create interactive screencasts inside Jupyter Notebook that anybody can play back
movie
notes
annotations
jupyter-notebook
inline
screencasts
highlight
draw-lines
shells
terminals
jupyter-graffiti
graffiti-extension
-
Updated
Feb 25, 2020 - JavaScript
Webpack loader used for inline replacement of SVG images with actual content of SVG files in Vue projects.
javascript
svg
vuejs
webpack
vue
sprites
loader
webpack-loader
nuxt
vue-cli
inline
symbols
laravel-mix
quasar-framework
nuxtjs
quasar
svgo
gridsome
vue-svg-inline-loder
-
Updated
Mar 15, 2020 - JavaScript
Seamlessly integrate Alex Dunae's premailer with ActionMailer.
-
Updated
Oct 11, 2017 - Ruby
Inline syscalls made easy for windows on clang
windows
hooks
library
obfuscation
assembly
x64
static-analysis
inline
header-only
cpp17
syscalls
syscall
-
Updated
Feb 25, 2020 - C++
C++ Flavored Template Metaprogramming in Scala
-
Updated
Mar 27, 2017 - Scala
Inline editing library for React
-
Updated
Mar 24, 2020 - JavaScript
Сryptocurrencies icons as React components
-
Updated
Jan 2, 2018 - JavaScript
Easy Inline Test Creation in Comments
javascript
tap
babel
uglify
webpack
tape
assertions
inline
test-framework
babel-webpack
testing-tools
comments
test-driven-development
-
Updated
Jul 8, 2017 - JavaScript
Improve this page
Add a description, image, and links to the inline topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the inline topic, visit your repo's landing page and select "manage topics."
Issue
I'm using FreeMarker templating tags inside an email template. However, when I try to exclude these using the
juice.codeBlocksglobal, it still parses them.Expected result
<#list myObject.values as value></#list>Actual result
`<#list myObject.