pure-typography-i
v0.2.1
Published
A tiny set of CSS for extending Pure.css with some nice typography - Inspied by the Ionic Framework (v1)
Downloads
10
Readme
Pure.css Typography [pure-typography-i
]
Usage
npm
npm install pure-typography-i
Than you can link the compiled css from the dist
folder.
Develop
$ git clone https://github.com/zsim0n/pure-typography.git
$ cd pure-typography
$ npm install
$ npm start
npm build scripts and live server included.
package.json
{
...
"autoprefixer": "postcss -u autoprefixer -r dist/css/*.css",
"scss": "node-sass --source-map true --output-style compressed -o dist/css src/scss",
"build:scss": "npm run scss && npm run autoprefixer",
...
"devDependencies": {
...
"autoprefixer": "^6.7.3",
"node-sass": "^4.5.0",
"postcss": "^5.2.14",
"postcss-cli": "^3.0.0-beta",
...
}
}
References & Credit
Contribution
Thank you for taking the time to contribute! See code of conduct for contribution guidelines and details
License
This project is licensed under the Apache 2.0 License - see the License for details