Skip to content

Instantly share code, notes, and snippets.

View Onepo1ntFive's full-sized avatar
🍉

Sergei Solovev Onepo1ntFive

🍉
View GitHub Profile
@Vterebenin
Vterebenin / settings.json
Created January 29, 2019 12:57
1. Установить postCSS sorting в VS code. 2.В файл настроек VS code вставить этот фрагмент. (0.0.1b не работает с препроцессорами)
{
// ЗДЕСЬ КАКИЕ ЛИБО ВАШИ НАСТРОЙКИ
//postcss sorting
"postcssSorting.config": {
"order": [
"custom-properties",
"dollar-variables",
"declarations",
"at-rules",
"rules"
'use strict';
var gulp = require('gulp'),
watch = require('gulp-watch'),
prefixer = require('gulp-autoprefixer'),
uglify = require('gulp-uglify'),
sass = require('gulp-sass'),
sourcemaps = require('gulp-sourcemaps'),
rigger = require('gulp-rigger'),
cssmin = require('gulp-minify-css'),
@DavidWells
DavidWells / reset.css
Last active November 3, 2025 10:50 — forked from karbassi/reset.css
CSS reset. Follow me on the twitters for more tips: https://twitter.com/davidwells
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,