cssnext– category –
-
【Scss】こんなんあったんだね「sassmeister」で一通りScss構文書いてみる
【Scss】こんなんあったんだね「sassmeister」で一通りScss構文書いてみる いままでplaygroundは自分の環境でgulp走らせて試していた。(cssnextの台頭で頑張っているのかしら) 一通りscss関数書いてみる Play with this gist on SassMeister. 【Scss】こん... -
【postcss-cssnext】Container#eachDecl is deprecated. Use Container#walkDecls instead.
Container#eachDecl is deprecated. Use Container#walkDecls instead. eachDeclは廃止されたので代わりにwalkDeclsを使え var opacity = function (css, opts) { css.eachDecl(function(decl) { if (decl.prop === 'opacity') { decl.parent.insertAfter(...
1