Add grunt, add em-calc() SASS function, add some template classes
Showing
Gruntfile.js
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
css/style.min.css
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | |||
"name": "valencia", | |||
"version": "0.1.0", | |||
"description": "A theme for Drupal 7 developed by the Ubuntu Italy community.", | |||
"scripts": { | |||
"test": "check" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git@code.ubuntu-it.org:ubuntu-it-web/valencia.git" | |||
}, | |||
"author": "ubuntu-it-web", | |||
"license": "GPLv2", | |||
"devDependencies": { | |||
"grunt": "^0.4.5", | |||
"grunt-contrib-jshint": "^0.10.0", | |||
"grunt-contrib-sass": "^0.8.1", | |||
"grunt-contrib-watch": "^0.6.1" | |||
} | |||
} |
sass/_classes.scss
0 → 100644
sass/_constants.scss
0 → 100644
sass/_functions.scss
0 → 100644