Initial commit
parents
Showing
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
README.md
0 → 100644
demo/build.css
0 → 120000
demo/comunita.html
0 → 100644
demo/images
0 → 120000
demo/index.html
0 → 100644
gulpfile.js
0 → 100644
images/background-dotted.png
0 → 100644
159 Bytes
images/background-paper.png
0 → 100644
90.5 KB
images/common/social.png
0 → 100644
2.35 KB
package.json
0 → 100644
{ | ||
"name": "ubuntuit-vanilla-theme", | ||
"version": "0.1.0", | ||
"description": "Vanilla theme for the Ubuntu-it LoCo Team.", | ||
"author": { | ||
"name": "Gruppo Web di Ubuntu-it", | ||
"email": "gruppo-web@liste.ubuntu-it.org", | ||
"url": "http://wiki.ubuntu-it.org" | ||
}, | ||
"contributors": [ | ||
{ | ||
"name": "Pietro Albini", | ||
"email": "pietroalbini@ubuntu.com" | ||
} | ||
], | ||
"keywords": [ | ||
"ubuntu", | ||
"vanilla", | ||
"framework", | ||
"CSS", | ||
"SASS", | ||
"SCSS", | ||
"mixin", | ||
"module" | ||
], | ||
"bugs": { | ||
"url": "http://code.ubuntu-it.org/ubuntu-it-web/ubuntuit-vanilla-theme/issues", | ||
"email": "gruppo-web@liste.ubuntu-it.org" | ||
}, | ||
"license": "AGPL-3.0", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://code.ubuntu-it.org/ubuntu-it-web/ubuntuit-vanilla-theme.git" | ||
}, | ||
"dependencies": { | ||
"ubuntu-vanilla-theme": "^0.0.12" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "~5.2.0", | ||
"gulp": "~3.9.0", | ||
"gulp-postcss": "~5.1.8", | ||
"gulp-sass": "~2.1.0", | ||
"postcss": "^5.0.13" | ||
}, | ||
"peerDependencies": { | ||
"ubuntu-vanilla-theme": "^0.0.12" | ||
} | ||
} |
scss/_theme.scss
0 → 100644
scss/_vanilla-theme.scss
0 → 100644
scss/build.scss
0 → 100644
scss/modules/_navbar.scss
0 → 100644
scss/modules/_tweaks.scss
0 → 100644