danderu/learn-webpack

View on GitHub
examples/styles/src/index.css

Summary

Maintainability
Test Coverage
body{
  background-color:red;
}

.example {
  display: flex;
  transition: all .5s;
  user-select: none;
  background: linear-gradient(to bottom, white, black);
}