Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Commit

Permalink
Add prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Feb 13, 2016
1 parent 69f4491 commit 3c12009
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
2 changes: 2 additions & 0 deletions modules/utility-headings/.gitignore
@@ -0,0 +1,2 @@

css
Empty file.
4 changes: 1 addition & 3 deletions modules/utility-headings/README.md
@@ -1,8 +1,6 @@
# Basscss Utility Headings

<p class="hide">Responsive heading utilities module for Basscss</p>

<a href="http://basscss.com" class="hide">basscss.com</a>
Responsive heading utilities module for Basscss

Use `.h0` and `.h00` to create headings larger than the default h1.
Add `.h0-responsive` or `h00-responsive` to use vw based sizes at larger viewports.
Expand Down
21 changes: 11 additions & 10 deletions modules/utility-headings/package.json
@@ -1,25 +1,26 @@
{
"name": "basscss-utility-headings",
"version": "0.0.7",
"version": "0.1.0",
"description": "Responsive heading utilities module for Basscss",
"scripts": {
"prepublish": "mkdir -p css && postcss index.css -u postcss-custom-media -u postcss-custom-properties -u autoprefixer -o css/utility-headings.css"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"postcss-cli": "^2.5.0",
"postcss-custom-media": "^5.0.1",
"postcss-custom-properties": "^5.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/basscss/addons.git"
},
"keywords": [
"CSS",
"OOCSS",
"Basscss",
"Rework"
],
"author": "Brent Jackson",
"license": "MIT",
"bugs": {
"url": "https://github.com/basscss/addons/issues"
},
"homepage": "https://github.com/basscss/addons",
"basscss": {
"category": "utility",
"optional": true
}
"homepage": "https://github.com/basscss/addons"
}

0 comments on commit 3c12009

Please sign in to comment.