Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vuetify-rtl-style

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuetify-rtl-style - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

docs/image.jpg

18

gulpfile.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc