Skip to content
View Leneli's full-sized avatar
🌓
Working from home
🌓
Working from home

Block or report Leneli

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. life-balance life-balance Public

    Vue CLI, Vuetify, JavaScript

    JavaScript

  2. media-gueries mixin SCSS media-gueries mixin SCSS
    1
    @mixin tablets() {
    2
    	@media screen and (max-width: 768px) {
    3
    		@content;
    4
    	}
    5
    }