vuetify-rtl-style
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,3 +5,3 @@ 'use strict' | ||
var sass = require('gulp-sass') | ||
var cssnano = require('gulp-cssnano') | ||
var cleanCSS = require('gulp-clean-css') | ||
var sourcemaps = require('gulp-sourcemaps') | ||
@@ -20,5 +20,3 @@ var autoprefixer = require('gulp-autoprefixer') | ||
.pipe(gulp.dest('./dist/css/')) // unminified | ||
.pipe(cssnano({ | ||
zindex: false | ||
})) | ||
.pipe(cleanCSS({compatibility: 'ie8'})) | ||
.pipe(sourcemaps.write('./')) | ||
@@ -31,7 +29,17 @@ .pipe(rename(function (path) { | ||
.pipe(gulp.dest('./dist/css/')) | ||
.pipe(gulp.dest('./docs/')) | ||
}) | ||
gulp.task('docs', function () { | ||
gulp.src('./node_modules/vue/dist/vue.min.js') | ||
.pipe(gulp.dest('./docs')) | ||
gulp.src('./node_modules/vuetify/dist/vuetify.min.js') | ||
.pipe(gulp.dest('./docs')) | ||
gulp.src('./node_modules/vuetify/dist/vuetify.min.css') | ||
.pipe(gulp.dest('./docs')) | ||
}) | ||
// Watch task | ||
gulp.task('default', function () { | ||
gulp.watch('./src/scss/**/*.scss', ['workflow']) | ||
gulp.watch('./src/scss/**/*.scss', ['workflow', 'docs']) | ||
}) |
{ | ||
"name": "vuetify-rtl-style", | ||
"version": "0.1.0", | ||
"description": "Vuetify style override for RTL", | ||
"version": "0.1.1", | ||
"description": "Vuetify style overriding for RTL support", | ||
"main": "gulpfile.js", | ||
@@ -30,7 +30,9 @@ "scripts": { | ||
"gulp-autoprefixer": "^5.0.0", | ||
"gulp-cssnano": "^2.1.3", | ||
"gulp-clean-css": "^3.9.4", | ||
"gulp-rename": "^1.2.3", | ||
"gulp-sass": "^4.0.1", | ||
"gulp-sourcemaps": "^2.6.4" | ||
"gulp-sourcemaps": "^2.6.4", | ||
"vue": "^2.5.16", | ||
"vuetify": "^1.0.18" | ||
} | ||
} |
# vuetify-rtl-style [ALPHA] | ||
Vuetify styles overrides for RTL support | ||
Vuetify style overriding for RTL support [[Demo](https://meyt.github.io/vuetify-rtl-style/)] | ||
@@ -22,3 +22,2 @@ | ||
```javascript | ||
var FaviconsWebpackPlugin = require('favicons-webpack-plugin') | ||
@@ -29,3 +28,3 @@ module.exports = { | ||
'vuetify/dist/vuetify.min.css', | ||
'vuetify-rtl-style/dist/vuetify-rtl-style.min.css' | ||
'vuetify-rtl-style/dist/css/vuetify-rtl-style.min.css' | ||
], | ||
@@ -40,2 +39,2 @@ ... | ||
- `.ltr, .ltr input`: Force LTR | ||
- `.mirror-icon`: Filp icon horizontally | ||
- `.mirror-icon`: Filp `v-icon` horizontally |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1017658
21
158
8
38