Skip to content

Instantly share code, notes, and snippets.

@jadeye
jadeye / Elementor Price Table Align Height
Created March 8, 2022 19:46 — forked from diggeddy/Elementor Price Table Align Height
Force same height on all pricing tables in a row and push footer to bottom
.elementor-widget-price-table, .elementor-widget-price-table>div, .elementor-price-table {
height: 100%;
}
.elementor-price-table {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
/usr/local/bin/cordova run --target=23a611a9 android --debug
ANDROID_HOME=/opt/android-sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle
Subproject Path: CordovaLib
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at build_6gn0nn5raq2dj2zo0qm7tnuqs.run(/home/jadeye/cordova/hello/platforms/android/build.gradle:137)
The JavaCompile.setDependencyCacheDir() method has been deprecated and is scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
@jadeye
jadeye / npm-debug.log
Created December 29, 2016 20:56
npm-debug log
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/bin/npm',
1 verbose cli 'install',
1 verbose cli '-g',
1 verbose cli 'bean-sdk' ]
2 info using npm@4.0.5
3 info using node@v4.4.5
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree