Skip to content

Instantly share code, notes, and snippets.

@jl26123
jl26123 / INSTALL.md
Created January 24, 2019 17:09 — forked from arya-oss/INSTALL.md
Ubuntu 16.04 Developer Tools installation

Ubuntu 16.04 Developer Tools Installation

First things first !

sudo apt update
sudo apt upgrade

Standard Developer Tools

sudo apt-get install build-essential git
@jl26123
jl26123 / webpack-cssloader-keyframes-example
Created April 3, 2018 12:55 — forked from DavidWells/webpack-cssloader-keyframes-example
Example of how to use keyframes in webpack with css-loader + postcss
:global {
.test {
position: absolute;
width:30px;
height:30px;
background: red;
display: block;
left:0px;
&:hover{
transform: rotateY(0deg);