Split into reset/normalise/files

This commit is contained in:
Mike Francis 2015-04-02 10:45:33 +01:00
parent 7803ab7803
commit cf8b8e1870
8 changed files with 48 additions and 47 deletions

View file

@ -0,0 +1,7 @@
img {
max-width: 100%;
&[width],
&[height] {
max-width: none;
}
}