psdcss
v2.0.8
Published
create css or scss to psd
Readme
#instruction
create a sprite in psd, the script generates the CSS and imageInstallation
npm install -g psdcssUsage
project/www $ psdcssPattern
Project
|
|.gitignore
|psd.json
|package.json
|README.mdFile config path name: psd.json
{
"conf" : [{
"psd": "/projects/site/psd/",
"css" : "/projects/site/styles/sass/scss/components/",
"style": "css",
"img" : "/www/public/img/"
}]
}License
[MIT License] © Jaffar Cardoso
