Skip to content

zsim0n/pure-typography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure.css Typography [pure-typography-i]

Usage

npm

npm install pure-typography-i 

Than you can link the compiled css from the distfolder.

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

About

A tiny set of CSS for extending Pure.css with some nice typography - Inspied by the Ionic Framework (v1)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published