comparison app/assets/stylesheets/_layout.scss @ 394:6feb8c2574a1

Newer syntax.
author nanaya <me@myconan.net>
date Mon, 08 Jun 2015 19:14:53 +0900
parents 91dabc034389
children
comparison
equal deleted inserted replaced
391:45fef9116924 394:6feb8c2574a1
1 *, *:before, *:after { 1 *, ::before, ::after {
2 position: relative; 2 position: relative;
3 box-sizing: border-box; 3 box-sizing: border-box;
4 } 4 }
5 5
6 body, h1, input { 6 body, h1, input {