Closed nicetransition closed 11 years ago
Is this in both CSS and SASS?
We should just do a full project sweep of it.
Also update any images names to have a dash delimter: my-image-name.extension
Sass docs have a reference to this in #each https://github.com/LukeAskew/Front-End-Standards/blob/master/Stylesheets/Sass.md#each. Didn't notice any others that needed updated elsewhere.
On Thu, Aug 1, 2013 at 2:18 PM, Kevin Mack notifications@github.com wrote:
We should just do a full project sweep of it.
Also update any images names to have a dash delimter: my-image-name.extension
— Reply to this email directly or view it on GitHubhttps://github.com/LukeAskew/Front-End-Standards/issues/67#issuecomment-21958198 .
Adam Partyka
Fixed.
Update all
url("path to image")
s tourl(../images/image-name.png)
(based of the setup from the HTML Starter Kit~/assets/*
directory path)